Karl Wittgenstein schreef:
> 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...

Any program running in a console window does that. There are two ways 
around:
- open a console window and run your program from there, as David Rock 
describes
- you can work around it by adding raw_input("Press enter") as the very 
last line of the script

-- 
If I have been able to see further, it was only because I stood
on the shoulders of giants.  -- Isaac Newton

Roel Schroeven

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to