Interpreter window

Gabriel Genellina gagsl-py at yahoo.com.ar
Fri Feb 2 11:44:40 EST 2007


"Nils Overas Bergen" <nilsoveras at yahoo.no> escribió en el mensaje 
news:1170418796.996964.27350 at q2g2000cwa.googlegroups.com...

> On 2 Feb, 13:07, "skyofdreams" <skyofdre... at gmail.com> wrote:
>> "Nils Overas Bergen" <nilsove... at yahoo.no>
>> 1170417263.849798.151... at k78g2000cwa.googlegroups.com...
>>
>> >I have created a Python application in Windows XP which uses
>> > WxWidgets. When I start the application from the Python interpreter I
>> > get one empty interpreter window in addition to the application
>> > window. Is there a way to close the interpreter window without closing
>> > the application? Or, can I start the interpreter and the application
>> > script without starting the interpreter window?
>>
>> do you mean  console window?
>> you can try pythonw.exe instead of python.exe
>
> Thanks! Now my application starts without the console window.

And, if you rename the .py to .pyw, it will open with pythonw.exe by 
default.

-- 
Gabriel Genellina 





More information about the Python-list mailing list