I don't think so it would be possible. Wait for some experienced guys
to drop some lines here.
You can do a trick and check may be it'll work.

In your main.py or what ever is your main application python file do
something like this:

if name == main:
 if args[0] == "--help":
    print "help" or sys.stdout("help")
    sys.exit(True)
else:
 app = wx.App(False)
 app.run()

and compile using -window flag. Le t me know it if works.

Prashant

-- 
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.

Reply via email to