Wildemar Wildenburger wrote:
> Paddy wrote:
> > Rename the .py file with extension .pyw.
> > - Paddy.
> >
> To elaborate: This works because, by default, .py files are associated
> with python.exe and .pyw files are associated with pythonw.exe, the
> latter not opening a console window.
> You can
Paddy wrote:
> Rename the .py file with extension .pyw.
> - Paddy.
>
To elaborate: This works because, by default, .py files are associated
with python.exe and .pyw files are associated with pythonw.exe, the
latter not opening a console window.
You can actually run a .py file with pythonw.exe wi
[EMAIL PROTECTED] wrote:
> Hello all.
> I know the question will seem stupid but googling it gives me only
> stuff I don't care about.
> So the question is the following:
> When I start a python script containing a wxApp under windows XP, I
> double click , my program opens and a background DOS sh
Hello all.
I know the question will seem stupid but googling it gives me only
stuff I don't care about.
So the question is the following:
When I start a python script containing a wxApp under windows XP, I
double click , my program opens and a background DOS shell also opens.
Is there any way to pr