mikez302 wrote: > I opened a command window in my Python25 folder and tried typing > pythonw. I just got another command prompt as if the program ran but > didn't do anything. It looked like this: > > C:\Python25>pythonw > > C:\Python25>
"pythonw" is the console-less version of the Python runtime, so that's expected. Try using "python" instead. </F> -- http://mail.python.org/mailman/listinfo/python-list