* Karl Wittgenstein <[EMAIL PROTECTED]> [2007-01-20 13:10]: > Ok,got the script working almost fine now...The only problem is that the > program window closes before we can get a glimpse of the answer...I use SPE > under WinXP, and have seen this problem in every script i try...This is the > script,as redone by a Smart Caring Dude on this list:
It sounds like you need to run it from a command window. Running it the way you are isn't meant to leave a window up after the script is finished. Do Start->Run->cmd on XP to get a command window. python should already be in your path, so typing "python" at the propmt should result in it running the interpreter. If that works, exit the interpreter and type "python scriptname" That should run your script, and you will see the results in the command window because it won't close after the script is done. -- David Rock [EMAIL PROTECTED] _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor