[Tutor] Killing the Dos window

Alan Gauld alan.gauld at blueyonder.co.uk
Mon Aug 18 09:51:21 EDT 2003


> first project with commercial potential). Is there a way - to not
get
> that dos window opening.

In regular Python you would just rename the .py file to .pyw

> I am using py2exe to create the executable,

I never use py2exe but does it have any options to select pyw
files instead of py? THat might be enough?

Or it might be the python interpreter (pythonw.exe) that you need
to change?

Just some ideas,
HTH,

Alan G.




More information about the Tutor mailing list