GNOME Bugzilla – Bug 748292
validateelements: Do not use GObject.Object.list_properties
Last modified: 2015-06-24 14:44:24 UTC
When i try to run validateelements in my system, i get the below error, Running with development path (['/home/vineeth/gst/master/gst-python/gi/overrides', '/usr/lib/python2.7/dist-packages/gi/overrides'], 'gi.overrides') Could not load testsuite: /home/vineeth/gst-validate/gst-integration-testsuites/testsuites/validateelements.py, reason: cannot import name registry I use Ubuntu 14.04, with the latest Gstreamer uninstalled setup. i remember same issue got reported last year and got fixed, those changes are still present. but could not find the bug ID.
Can you paste your $ env please?
Hi Thibault, I have pasted the env result in http://ur1.ca/k879i
Created attachment 302213 [details] [review] Change as per old syntax The actual error mentioned in first comment happens only when launched from gst-python folder, which is a limitation that cant be fixed. In older versions of python the script doesnt compile. Hence made changes as per old syntax which will work with both versions.