Re: python interpreter black window

2008-12-25 Thread Gandalf
On Dec 26, 2:52 am, Scott David Daniels wrote: > Chris Rebert wrote: > > On Thu, Dec 25, 2008 at 3:32 PM, Gandalf wrote: > >> I use WX gui so the user doesn't actually need it, Is their any way to > >> hide it? > > > Make sure your Python program is run by pythonw.exe as opposed to python.exe > >

Re: python interpreter black window

2008-12-25 Thread Scott David Daniels
Chris Rebert wrote: On Thu, Dec 25, 2008 at 3:32 PM, Gandalf wrote: I use WX gui so the user doesn't actually need it, Is their any way to hide it? Make sure your Python program is run by pythonw.exe as opposed to python.exe pythonw.exe exists specifically for the purpose of suppressing the D

Re: python interpreter black window

2008-12-25 Thread Chris Rebert
On Thu, Dec 25, 2008 at 3:32 PM, Gandalf wrote: > I use WX gui so the user doesn't actually need it, Is their any way to > hide it? Make sure your Python program is run by pythonw.exe as opposed to python.exe pythonw.exe exists specifically for the purpose of suppressing the DOS Box on Windows.

python interpreter black window

2008-12-25 Thread Gandalf
I use WX gui so the user doesn't actually need it, Is their any way to hide it? thanks -- http://mail.python.org/mailman/listinfo/python-list