Reply
Thread Tools
Posts: 11 | Thanked: 2 times | Joined on Oct 2009
#1
I want to import the following:
import pygst
pygst.require("0.10")
import gst
import pygtk
import gtk
import hildon
but I got error
Code:
Traceback (most recent call last):
  File "test.py", line 3, in ?
    import pygst
ImportError: No module named pygst
Can anyone tell me why module pygst is not found?
 
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#2
python-gst0.10 is only in extras-devel right now. You have to add this repository to your /etc/apt/sources.list.

Code:
deb http://repository.maemo.org/extras-devel fremantle free non-free
 

The Following User Says Thank You to pycage For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 14:28.