I want to move all files frozen from cxFreeze into a directory different than the directory of the executable.
I have been looking around sourceforge, and I haven't found any nice solutions. Here is what I have seen:
Moving all the dll and pyd to a sub folder with cx-freeze?
The first one's answer is not very helpful, and I do not know how to specify the directory to use with it.The problem with the second one is that it only handles modules, and the matplotlib and tkinter packages, but how would an implementation of it be able to handle all packages? And also I want an init script with it, so the second one doesn't help much eighter.