View Single Post
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?