"Nils Overas Bergen" <[EMAIL PROTECTED]> escribió en el mensaje 
news:[EMAIL PROTECTED]

> On 2 Feb, 13:07, "skyofdreams" <[EMAIL PROTECTED]> wrote:
>> "Nils Overas Bergen" <[EMAIL PROTECTED]>
>> [EMAIL PROTECTED]
>>
>> >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 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to