How to create an exe of the wxPython demo using py2exe

Chris Liechti cliechti at gmx.net
Fri May 3 17:33:29 EDT 2002


"JP Dube" <jpdube at videotron.caxxxxx> wrote in
news:L_AA8.21053$fR1.673241 at wagner.videotron.net: 
> I'm trying to figured out how to create an exe from the wxPython demo.
> I have some sections of the program working but they are some missing
> imports. Any help would be apreciated

these files are not imported directly so py2exe can not detect that they're 
used. you can add missing imports through a command line switch of py2exe, 
there is also a section on py2exe's homepage concerning that problem.

chris

-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list