Can somebody tell me how to I remove console at script installing?
what does "installing " mean in this context? if the problem is that you
get a console window when you run the program without a console (e.g. if
you start it from the explorer), use "windows=" instead of "console=" in
your setup.py script.
Comment