In <mailman.451.1376187574.1251.python-l...@python.org> Devyn Collier Johnson 
<devyncjohn...@gmail.com> writes:

> I am checking my 1292-line script for syntax errors. I ran the following 
> commands in a terminal to check for errors, but I do not see the error.

>    File "./beta_engine", line 344
>      JOB_WRITEURGFILES = 
> multiprocessing.Process(write2file('./mem/ENGINE_PID', ENGINEPID); 

You have too many ('s this line.

> write2file(SENTEMPPATH, ''); write2file(INPUTMEM, '')); 

And too many )'s on this one.

-- 
John Gordon                   A is for Amy, who fell down the stairs
gor...@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to