I\'ve seen many similar errors, but I can\'t see a solution that applies to my particular problem.
I\'m trying to use the Akismet module which is on my PYTHONPATH, then
Check if your PYTHONPATH is really what you expect it to be, e.g. by doing this in an interactive console:
In [1]: import sys In [2]: print sys.path
is akismet.py really in one of those folders?