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?
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?