GNOME Bugzilla – Bug 571536
import gst gives error msg
Last modified: 2009-03-24 10:29:49 UTC
Please describe the problem: importing gst causes an error in python Steps to reproduce: 1.run python (or ipython) 2.Do the following commands: >>> import pygst >>> pygst.require('0.10') >>> import gst Actual results: gives the following error: --------------------------------------------------------------------------- <type 'exceptions.AttributeError'> Traceback (most recent call last) <type 'exceptions.AttributeError'>: 'module' object has no attribute 'Element' Expected results: no error Does this happen every time? yes Other information:
tmatth do you still get that issue ?
yeah, same issue with the latest gst-python (from git) when i run the above code, or any of the examples. The culprit line is "import gst"
*** This bug has been marked as a duplicate of 576145 ***