Hi, I'm currently trying to package a wxPython application. I've done the following steps:
a. python Makespec.py -w \path\to\app\1.py b. python Build.py 1\1.spec c. cd dist1 d. 1.exe What happens is that the application doesn't show a GUI and exits immediately, returning me to the console. I'm sure that the application works fine because I successfully packaged it using py2exe. However, the resulting py2exe seems to work fine but some functionality doesn't work, which is why I'm now trying to use PyInstaller. Any ideas? Thanks for your help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
