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 -- http://mail.python.org/mailman/listinfo/python-list