Please i really need help.
I have this problem which i have been unable to solve.
I wrote some python gui script of which i want to create a win32 app from for portabilty(i.e not compel all my app user to download/install python) and to make my application close sourced.
I have decided to use/ tried using pyinstaller and py2exe but have always had this problem. My gui application shows up with a console window accompanining it.
I have tried several thing to prevent this but all were in vain. I tried changing the extension from .py to .pyw and repackaging but got same result.
Please i need help on how to avoid/override this. Thanks for you help in advance
Note: I use python 2.7.11 on a window 7 32bit system. And please dont mark my question as duplicate in reference to questions like : Run Python script without Windows console appearing or How to hide console window in python? as my question is completely different.
Thanks for your help in advance.