On Mon, Sep 24, 2012 at 9:41 AM, Benjamin Fishbein
<bfishbei...@gmail.com> wrote:
> Hello. I can run programs in IDLE but when I try to do it in a terminal or 
> with textwrangler, it usually just logs out and says it's completed, but the 
> program hasn't been run. This is particularly so when the program uses 
> urllib. I'm using OS X.

Try adding this to the end:

x = raw_input("Waiting for you to hit enter...")
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to