Open shark0der opened 8 years ago
Instead of apt-get python-gst* (which installs tons of packages on my pi), running apt-get install python-gst-1.0 python-gst0.10 gir1.2-gstreamer-0.10 worked and got me past import error, but then I hit #40.
apt-get python-gst*
apt-get install python-gst-1.0 python-gst0.10 gir1.2-gstreamer-0.10
I also had to install:
python-dev
libffi-dev
libssl-dev
Instead of
apt-get python-gst*
(which installs tons of packages on my pi), runningapt-get install python-gst-1.0 python-gst0.10 gir1.2-gstreamer-0.10
worked and got me past import error, but then I hit #40.I also had to install:
python-dev
libffi-dev
libssl-dev