HELP PLEASE: What is wrong with this?

R

Ralph H. Stoos Jr.

File "autotp.py", line 21
ready = raw_input("Ready to proceed ? TYPE (y)es or (n)o: ")
^
 
D

David Isaac

Ralph H. Stoos Jr. said:
HELP PLEASE: What is wrong with this?File "autotp.py", line 21
ready = raw_input("Ready to proceed ? TYPE (y)es or (n)o: ")
^

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

Cheers,
Alan Isaac
 
S

Sybren Stuvel

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

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
 
T

Thomas Jollans

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top