Am I not seeing the Error?

John Gordon gordon at panix.com
Mon Aug 12 10:47:43 EDT 2013


In <mailman.451.1376187574.1251.python-list at python.org> Devyn Collier Johnson <devyncjohnson at 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
gordon at panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"




More information about the Python-list mailing list