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 if I start up the interactive interpreter, when I run "from akismet import Akismet" (as the docstring says), I get the following error:
from akismet import Akismet
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name Akismet