Dear pyinstaller team,

I have used pyinstaller to create executables on both Windows and MacOS.
I have written a complex GUI using wxPython and pyinstaller does an amazing
job!
Congratulations for designing, building, and maintaining this complex tool.
(I need to separately congratulate the wxPython team as well. My app uses
background threading so that the GUI user can cancel any long running
activity.)

I am a programmer who retired after a 50+ year career that started in 1967!
I first learned about programming in assembly and Fortran II on an IBM 1620.

I tried using "if __debug__" in my code and found I could suppress affected
code using the python option -O (optimization). I found that pyinstaller
did not complain about incorrect options when I added "--python-option=-O".
But it looks like the python interpreter was run without that switch. When
I run my python script using the -O switch, I can see that my program is
skipping over the debug dependent code.

So I am guessing there might be a deeper reason that this particular python
option is not supported by pyinstaller. If it becomes available in the
future, I would love to hear about it!

Thanks again,
Arra Avakian

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/CAM_S47RFx70RrRNvNvKv47sC5zra2zeyc0nAD6-JH1Jg5F-K-Q%40mail.gmail.com.

Reply via email to