PDA

View Full Version : gstreamer is not available in Fremantle Python binding?


deakhead
10-08-2009, 07:58 AM
I want to import the following:

import pygst
pygst.require("0.10")
import gst
import pygtk
import gtk
import hildon

but I got error

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
10-08-2009, 08:34 AM
python-gst0.10 is only in extras-devel right now. You have to add this repository to your /etc/apt/sources.list.

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