Re: [Tutor] Traceback problem

2013-03-31 Thread Alan Gauld
On 31/03/13 17:30, Murali Mannava wrote: and preventing me to go further. Can you please tell me what the problem is? File "C:\Python27\lib\ast.py", line 37, in parse return compile(source, filename, mode, PyCF_ONLY_AST) File "", line 0 ^ SyntaxError: unexpected EOF while pars

Re: [Tutor] Traceback problem

2013-03-31 Thread Mark Lawrence
On 31/03/2013 17:30, Murali Mannava wrote: Hi, I am trying to execute a program and it's giving the following problem and preventing me to go further. Can you please tell me what the problem is? Thank you, Murali. Traceback (most recent call last): File "pwp_client.py", line 58, in RE

[Tutor] Traceback problem

2013-03-31 Thread Murali Mannava
Hi, I am trying to execute a program and it's giving the following problem and preventing me to go further. Can you please tell me what the problem is? Thank you, Murali. Traceback (most recent call last): File "pwp_client.py", line 58, in RESULTS = client.run_project(models[action] , are