PiInTheSky / LCARS

Python 3 / PyQt4 application designed to simplify the process of chasing and locating a HAB flight
http://www.daveakerman.com
6 stars 2 forks source link

Installing Raspbian/Python dependencies #2

Closed emdeex closed 6 years ago

emdeex commented 6 years ago

Hi, I'm installing on a fresh Raspbian, and would like to help build the docs around the dependencies.

So far from a fresh install, and trying to run 'python3 lcars.py' I'm getting:

ImportError: No module named 'PyQt4'

So far I've tried installing 'python-gt4', and 'pygt4-dev-tools', but same error...

I'll let you know when I find the right dependency.

emdeex commented 6 years ago

Got it LCARS to run without the error now...

the magic was:

sudo apt-get install python-qt4 sudo apt-get install python3-pygt4