Hi, I am trying to get an exe file using py2exe with one my application. If I let all in the same main folder it works fine. If I set zipfile="bin\\myapp.zip" I get some errors like this: "unable to load dlls:" relating to win32gui or win32print etc. What is wrong?There is a way to have zipfile set to None and move the pyds and dlls in the bin folder?
Regards Gianluca -- http://mail.python.org/mailman/listinfo/python-list