• My Errors
  • Login
  • Search
(found 19 results)Solutions from users like you:
ImportError: No module named zlib
I was using Fedora 6 (Linux) and my Python wasn't compiled with zlib support. It was painfully frustrating to figure out what was required, but I did ...
Full Solution
ImportError: No module named libsvn.fs
Rebuilt 'make swig-py' for subversion. Turned out the install for it ('make install-swig-py') wasn't going into my site-packages, so I had to manually...
Full Solution
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named shinynewmodule
(Example error and solutions)
I didn't have the shinynewmodule installed. You can install it via fake_easy_install shinynewmodule
Full Solution
ImportError: No module named ImplPython
Start with a new site-packages folder

cd Python-2.4.4/lib/python2.4
mv site-packages/ site-packages_old
mkdir site-packages

Move over some of the st...
Full Solution
Zope Could not import Products.ZPsycopgDA

ImportError: No module named psycopg2.pool
The easy fix is to install psycopg2-2.0.2-py2.4-macosx10.4.zip that can be found here:

http://pythonmac.org/packages/py24-fat/
Full Solution
ImportError: No module named mercurial
Added this to the top of hgwebdir.cgi:
import sys
sys.path.insert(0, "/usr/lib/python2.5/site-packages/")

(pointing to where the proper directory was...
Full Solution
ImportError: No module named logilab.astng.utils
Followed the instructions here to download the prereqs to Pylint:
http://mysite.verizon.net...ylint.html

Whi...
Full Solution
loading...Loading exact match web results....
loading...Loading normal web results....