Displaying 1 result from an estimated 1 matches for "lockbase".
Did you mean:
clock_base
2012 Jul 25
1
Can someone help with SpamBayes problem?
...r 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 2.4.3. (never mind that the docs on SpamBayes cl...