0

I am new to coding and trying to run a .py. I am using Koopatlas and Koopuzzle to create NSMBW Maps. I have installed PyQt4 (I checked brew list) and Python but when I run it it says this:

Traceback (most recent call last):
  File "Koopuzzle.py", line 10, in <module>
    from PyQt4 import QtCore, QtGui
ImportError: No module named PyQt4

They're both in .py format, and they both give the same results. I've checked online sources but I've found nothing. Does someone know how to solve? Thanks, Gunner

Elad Joseph
  • 2,998
  • 26
  • 41
  • You probably have multiple python installations on the system. To check which one you are running, in the python interpreter: `import sys, sys.executable`. See: http://stackoverflow.com/questions/5157678/python-homebrew-by-default – Elad Joseph Oct 23 '15 at 07:24
  • Elad, it says import command not found – GunnerBones Oct 25 '15 at 01:38

0 Answers0