PDA

View Full Version : error message


vrlab
07-26-2004, 12:49 PM
I am getting an error message that reads:

Traceback (most recent call last):
File "four_discs.py", line 226, in HandleTimer
PrepareNextTrial()
File "four_discs.py", line 94, in PrepareNextTrial
viz.starttimer(START_TRIAL)
File "C:\Program Files\Vizard20\viz.py", line 3132, in starttimer
_ipcSend(_VIZ_STARTTIMER,timer,repeats,'',time,-1,0,0)
File "<string>", line 0, in ?
File "<string>", line 1
Run Trial
^
SyntaxError: unexpected EOF while parsing

I would appreciate any help. Thank you in advance.

farshizzo
07-26-2004, 01:56 PM
Hi,

The error message is reporting a Syntax Error at the line Run Trial. Where is this line located in your script? It doesn't look like a valid python command, so this might be causing the problem.