Displaying 1 result from an estimated 1 matches for "linklockfile".
Did you mean:
liblockfile
2012 Jul 25
1
Can someone help with SpamBayes problem?
...ols for every email, and it adds a
X-SpamBayes header with its determination of spamminess. except that
now it doesn't.
the nightly retrain event (a cron job) also fails, with complaints
about invalid syntax in:
File "/usr/lib/python2.4/site-packages/lockfile-0.9.1-py2.4.egg/lockfile/linklockfile.py", line 6
from . import (LockBase, LockFailed, NotLocked, NotMyLock, LockTimeout,
^
SyntaxError: invalid syntax
a little snooping around at python.org shows that the "from . import"
syntax was added in python 2.5. However, on Centos 5.8 we still have
Python...