I think you'll have to change the file associations, because the python
scripts are associated with "python.exe" (i think)
jw
···
-----Original Message-----
From: jack [mailto:datactrl@tpg.com.au]
Sent: Thursday, July 17, 2003 3:36 AM
To: wxPython-users@lists.wxwindows.org
Subject: [wxPython-users] question about the DOS prompt widows
Hi All
I am very new to wxPython. After I run a wxPy application on
Windows Xp, I
will get a DOS Prompt window first then wxpy window. How can
I get ride out
of the DOS prompt window? Can I just get wxpy window without
DOS Pormpt
window? Thank you very much.
Jack
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail:
wxPython-users-help@lists.wxwindows.org
By default, files with the ".py" extension are associated to
python.exe, and files with the ".pyw" extension are associated to
pythonw.exe. So you should be able to rename your "main" file to a
name ending in .pyw, and avoid the command window.
···
On Thu, Jul 17, 2003 at 08:12:30AM -0500, Wyant, Jaime wrote:
You need to run the executables wih "pythonw.exe"
I think you'll have to change the file associations, because the python
scripts are associated with "python.exe" (i think)
The wxPython application,wxapp1.py, I created with BOA constructor by
following the quick start example. I just wonder why BOA automatically save
the program with py extension instead of pyw. I did try to run it with
pythonw.exe and no DOS prompt any more. Thank you very much!
Jack
···
> You need to run the executables wih "pythonw.exe"
>
> I think you'll have to change the file associations, because the python
> scripts are associated with "python.exe" (i think)
By default, files with the ".py" extension are associated to
python.exe, and files with the ".pyw" extension are associated to
pythonw.exe. So you should be able to rename your "main" file to a
name ending in .pyw, and avoid the command window.