Hello,

I would like to distribute a python program with different modes of
operation. For example:

myprogram.py -> Will run the program as a process without a console
myprogram.py --console-> Will run the program and open a console to
check for messages
myprogram.py --gui -> Will start a gui to configure the program.

Can I do this with pyinstaller?

Reading the options for the Executable Output
(http://pythonhosted.org/PyInstaller/#options-for-the-executable-output)
it seems that --console / --windowed are mutually exclusive. I'm a
little confused.

Can you help me?
Thanks a lot for your time.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to