Connecting Tech Pros Worldwide Help | Site Map

HELP PLEASE: What is wrong with this?

Ralph H. Stoos Jr.
Guest
 
Posts: n/a
#1: Apr 15 '06
File "autotp.py", line 21
ready = raw_input("Ready to proceed ? TYPE (y)es or (n)o: ")
^
David Isaac
Guest
 
Posts: n/a
#2: Apr 15 '06

re: HELP PLEASE: What is wrong with this?


"Ralph H. Stoos Jr." <rstoos@rochester.rr.com> wrote in message
news:SHY%f.48717$Da7.40993@twister.nyroc.rr.com...[color=blue]
> HELP PLEASE: What is wrong with this?File "autotp.py", line 21
> ready = raw_input("Ready to proceed ? TYPE (y)es or (n)o: ")
> ^[/color]

Probably the parenthesis you forgot to close on the preceding line ...

Cheers,
Alan Isaac


Steve Bergman
Guest
 
Posts: n/a
#3: Apr 15 '06

re: HELP PLEASE: What is wrong with this?


Welcome to Python! :-)

You may find this mailing list useful:

http://mail.python.org/mailman/listinfo/tutor

Sybren Stuvel
Guest
 
Posts: n/a
#4: Apr 15 '06

re: HELP PLEASE: What is wrong with this?


Ralph H. Stoos Jr. enlightened us with:[color=blue]
> File "autotp.py", line 21
> ready = raw_input("Ready to proceed ? TYPE (y)es or (n)o: ")
> ^[/color]

Please post the entire traceback, so we can see the actual error
message. Posting the context of the bad line also wouldn't hurt.

Sybren
--
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself?
Frank Zappa
Thomas Jollans
Guest
 
Posts: n/a
#5: Apr 15 '06

re: HELP PLEASE: What is wrong with this?


Ralph H. Stoos Jr. wrote:
[color=blue]
> File "autotp.py", line 21
> ready = raw_input("Ready to proceed ? TYPE (y)es or (n)o: ")
> ^[/color]
please post the entire output and the surrounding code (as much as
reasonable).
It may well be some paranthesis error, as alreasy stated.

--
Thomas Jollans - http://jollybox.de/
GNU/Linux - freedom, functionality, power - what more do you want ?
When in doubt, follow the penguins.
Closed Thread