Top "Importerror" questions

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

ImportError: cannot import name main when running pip --version command in windows7 32 bit

I've installed the latest python (2.7.9) bundled with pip and setuptools for windows 32-bit. I've tried reinstalling pip but the problem …

python pip importerror
ImportError: No module named 'bottle' - PyCharm

I installed bottle on python3.4 with pip install. In terminal, when I do: $ python3.4 >>>import bottle # shows …

python pycharm bottle importerror
How can I troubleshoot Python "Could not find platform independent libraries <prefix>"

I'm trying to use Fontcustom to create an icon font using svg files and fontforge. I'm on OSX.7. However, whenever …

python path importerror
ImportError: DLL load failed: %1 is not a valid Win32 application

I have this issue where I try to import cv2 on python and get the following error message. >>&…

python opencv importerror
ImportError: libSM.so.6: cannot open shared object file: No such file or directory

When trying to import OpenCV, using import cv2 I get the following error: /usr/local/lib/python2.7/dist-packages/cv2/__init__.…

python opencv python-import importerror python-module
"ImportError: no module named 'requests'" after installing with pip

I am getting ImportError : no module named 'requests'. But I have installed the requests package using the command pip install …

python pip importerror
Django Import Error: No module named apps

I just checked out a project with git. The project structure is project apps myapp settings __init__.py __init__.py …

python django module directory importerror
ImportError: No module named mock

So I am trying to use unittest.mock to mock some of my methods in my unit tests. I do: …

python python-2.7 python-import importerror
unexpected reserved word import in node.js

I'm trying to run node.js backend server. I've received error unexpected reserved word on import in Node.js file. …

javascript node.js ecmascript-6 importerror
How to import python file located in same subdirectory in a pycharm project

I have an input error in pycharm when debugging and running. My project structure is rooted properly, etc./HW3/. so …

python pycharm importerror