Tag Archives: python cannot import module

Python: “Cannot import module” issue and installing needed Python bits.

You have your Python program in front of you. You have already made it executable with chmod +x program.py and you are ready to run it. But, when you execute your program via terminal typing something like python program.py you will be greeted with an error message saying something similar to this:

“Cannot import module X, no such module.” Continue reading