From: E. A. T. <e.a...@te...> - 2004-06-05 01:02:33
|
Hello, I wrote an app in Python 2.2.2/wxPython 2.4.2.4. While at that, I used py2exe 0.4.1 to generate my dist under WinXP. The main .exe file was about 800kB. Now I upgraded to Python 2.3.3/wxPython 2.5.1.5/py2exe 0.5.0 and I'm facing an issue: my .exe file is only 44kB and there's a 'library.zip' file that contains several modules. I guess on 0.4.1 the required modules were inside the .exe file (there wasn't a 'library.zip' here and everything worked fine). How should I tell py2exe 0.5.0 that I still want them inside the .exe file? Thanks in advance, -- tacao |