El dijous 8 de gener de 2015 15:20:58 UTC+1, Martin Z va escriure: > > Hello, > > yes, these options are mutually exclusive. > > It's not the pyinstaller limitation. It is limitation of Windows where you > can't have both in one app. > > You should search web for workarounds if they exist. > > Can I use the multipackage feature to share the python interpreter? The idea is to have one exe with GUI and the other one without GUI sharing the python interpreter.
Could I use the --onefile in this scenario? Thanks a lot. > On Thursday 08 of January 2015 05:59:09 Kfeina feina wrote: > > 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.
