Top "Importerror" questions

Refers to errors that result from attempting to import a module or library into one's code

Import urllib.request, ImportError: No module named request

I am trying to import urllib.request for python 2.7.10 on PyCharm 4.5.4 on Window 10 but getting the error "ImportError: No module …

python importerror
ImportError: No module named django.core.management when using manage.py

I'm trying to run python manage.py runserver on a Django application I have and I get this error: Traceback (…

python django python-2.7 importerror django-manage.py
python flask import error

I am running the following code from flask import Flask app = Flask(__name__) @app.route("/") def hello(): return "Hello World!" …

python flask importerror
How can I import urlparse in python-3?

I would like to use urlparse. But python3.4.1 is not finding the module. I do import urlparse, but it gives …

python python-3.x import importerror urlparse
Python/IPython ImportError: no module named site

I had python 2.7.3 and ipython 1.2 up and running correctly on my Linux system (ubuntu 12.04) but was trying to install an …

python linux ubuntu-12.04 ipython importerror
How to use OpenCV in Python?

I have just installed OpenCV on my Windows 7 machine. As a result, I get a new directory: C:\OpenCV2.2\Python2.7\…

python opencv importerror python-import
ImportError: No module named Cython.Distutils

I'm having a strange problem while trying to install the Python library zenlib, using its setup.py file. When I …

python importerror enthought
Python package import from parent directory

I've the following source code structure /testapp/ /testapp/__init__.py /testapp/testmsg.py /testapp/sub/ /testapp/sub/__init__.py /testapp/…

python import package importerror
'ImportError: No module named pytz' when trying to import pylab?

As far as I can tell, I don't even need pytz for what I'm doing. I'm re-learning python for image …

python matplotlib importerror pytz
ImportError: No Module named xlwt

My sytem: Windows, Python 2.7 I downloaded a package and want to include it in my script. After I unzipped the …

python importerror python-import