Top "Importerror" questions

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

Python -- read_pickle ImportError: No module named indexes.base

I write a numeric dataframe to .pkl file in a machine (df.to_pickle()), for some reason, I have to …

python pickle importerror
Python: Can't import a function from another.py file

I have a file named handshake.py. Where there is a function send_data(argument). I want to import that …

python-2.7 visual-studio importerror scapy nameerror
Importing python modules in jython

I'm having some issues importing scapy under jython. I've been doing java forever, but python for only a day or …

python import jython importerror scapy
python 3.5 in statsmodels ImportError: cannot import name '_representation'

I cannot manage to import statsmodels.api correctly when i do that I have this error: File "/home/mlv/.local/…

python python-3.x python-3.5 importerror statsmodels
Why does VBScript say "Invalid Character" when using ExecuteGlobal to import a .vbs function library file?

I am encountering a "Invalid Character" error in my VBscript! In particular, within this block of code: '******************************************************************* 'Import Code …

character-encoding vbscript import importerror invalid-characters
Flask - ImportError: No module named migrate.versioning

I'm working through a flask tutorial and am trying to run a script that creates a database instead of doing …

python flask importerror flask-sqlalchemy flask-migrate
Issues importing mlxtend python

I'm new to python, so apologies if this is a silly question. I'm trying to use mlxtend, and have installed …

python python-import importerror mlxtend
ImportError: No module named pynotify. While the module is installed

So this error keeps coming back. Everytime I try to tun the script it returns saying: Traceback (most recent call …

python python-2.7 module importerror pynotify
Importing arcpy module into anaconda's Spyder

I would like to use arcpy into Anaconda's Spyder. I have a full ArcGIS license, so this is not an …

importerror arcpy spyder
ImportError: no module named Tkinter (Running python with NotePad++'s NppExec)

I'm trying to run a python file using Notepad++'s NppExec plugin. My file attempts to import Tkinter using the …

python tkinter notepad++ importerror nppexec