"Serge Orlov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > bwaha wrote: > > First time trying to create an executable with py2exe. I have a small > > program which makes use of python23 (2.3.5?), wxpython ('2.6.2.1'), > > matplotlib ('0.83.2'), win32com (latest?), Numeric ('23.7') on Windows XP & > > Win2000. The program runs without problem but as an exe it doesn't even get > > to showing the GUI. > > Do you have more than one wxwindows installed? Check you site-packages. > Do you follow documentation > http://wiki.wxpython.org/index.cgi/MultiVersionInstalls ? Seems like > py2exe picks wrong wxwindows. Insert printing of wx.VERSION and > wx.PlatformInfo and try to run it packaged and non-packaged. > > Serge >
Thanks for the suggestion, but I definitely have only one version installed. In fact I uninstalled it and installed an earlier version (2.5.5.1) to see if it was specifically wxPython related. No change. -- http://mail.python.org/mailman/listinfo/python-list