How to minimize command window when running wxPython script

C

care02

Dear friends,

I have almost completed my first wxPython application. The only thing
I need now is to minimize the command window. How is this accomplished
on Win32? What about Mac and Linux?

Carl
 
L

Laurent Pointal

(e-mail address removed) a écrit :
Dear friends,

I have almost completed my first wxPython application. The only thing
I need now is to minimize the command window. How is this accomplished
on Win32?

Use a .pyw main module (eventually a wrapper calling your main .py
module) - it is associated with pythonw.exe, which dont open a console.
[note: this is in the FAQ]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,056
Members
48,769
Latest member
Clifft

Latest Threads

Top