Hello all,

I have downloaded PyQt4 and have been able to use it without any issues in Idle. However, when I am trying to execute a command in terminal, I am receiving the error

Qt Code:
  1. ImportError: No module named PyQt4
To copy to clipboard, switch view to plain text mode 

I have Qt 5.5.1 and am receiving the following error in terminal

Qt Code:
  1. User-MacBook-Pro:Python $ which python
  2. /Library/Frameworks/Python.framework/Versions/2.7/bin/python
  3. User-MacBook-Pro:Python $ pyuic4 Print.ui>Print_ui.py
  4. Traceback (most recent call last):
  5. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/pyuic.py", line 26, in <module>
  6. from PyQt4 import QtCore
  7. ImportError: No module named PyQt4
To copy to clipboard, switch view to plain text mode 

Any help would be appreciated