Top "Importerror" questions

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

ImportError No module named pyaudio

I am writing a program in Python on RaspberryPi, But I am getting an error ImportError No module named pyaudio …

python raspberry-pi audio-recording importerror pyaudio
ImportError: No module named 'Crypto'

I am working with pycrypto. It works fine on my local windows machine, but when I move it to my …

python importerror pycrypto
Python setuptools import error (Using NetBeans)

I tried to find a question that would answer to this question but wasn't succesful, so I made a new …

python netbeans setuptools importerror
ImportError: No module named 'psycopg2._psycopg'

When I try to import psycopg2 it show below log for me: Traceback (most recent call last): File "D:/Desktop/…

python-3.x psycopg2 importerror
Java : The import collides with another import statement

I have imported an Existing Java Application into my Workspace . I see that , a class with same name is present …

java import importerror
Checking version of OpenCV (cv)

I was checking the version of OpenCV installed previously in a system. I tried to check using from cv2 import __…

python opencv python-import importerror
Django + mod_wsgi + apache: ImportError at / No module named djproj.urls

I'm trying to deploy my Django application on my linode server with apache and mod_wsgi. file: /srv/www/example.…

python django importerror django-wsgi
What does "Symbol not found / Expected in: flat namespace" actually mean?

When I import a module I built, I get this boost-python related error: Traceback (most recent call last): File "<…

python c++ import namespaces importerror
ImportError : cannot import name urlopen

I am trying to open up an URL for my project and here is my code: from urllib2 import urlopen …

python python-import importerror urlopen
Receiving Import Error: No Module named ***, but has __init__.py

I understand that this question has been asked several times but after reading them, and making the suggested fixes, I'm …

python python-3.x importerror