ImportError: No module named setuptools
wget http://pypi.python.org/pa...9d3211a010
tar xfvz setuptools-0.6c8.tar.gz...
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 ...
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...
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
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...
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/
ImportError: No module named pysqlite2
easy_install pysqlite
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...
ImportError: No module named logilab.astng.utils
Followed the instructions here to download the prereqs to Pylint:
http://mysite.verizon.net...ylint.html
Whi...
Loading exact match web results....
Loading normal web results....