Sup'
I created a WxPython application and renamed the file extension from .py to .pyw. The application loads without a console when I run it (which is what I want), but after I convert it using py2exe, the application loads with a console even though my setup.py compiled the exe using the .pyw extension. Please advice.
Thanks in advance.
I created a WxPython application and renamed the file extension from .py to .pyw. The application loads without a console when I run it (which is what I want), but after I convert it using py2exe, the application loads with a console even though my setup.py compiled the exe using the .pyw extension. Please advice.
Thanks in advance.
Comment