[Bug 712236] New: gst-python bindings for python 3.2 don't working
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Nov 13 08:58:21 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=712236
GStreamer | gst-python | 1.2.1
Summary: gst-python bindings for python 3.2 don't working
Classification: Platform
Product: GStreamer
Version: 1.2.1
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: Normal
Component: gst-python
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: xlazom00 at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I build latest gst-python 1.0_1.1.90 from debian pkg. repository with gstreamer
1.2.1
And I get this traceback when I want to use it in python 3.2
Traceback (most recent call last):
File "./encode3.py", line 7, in <module>
from gi.repository import GObject, Gst
File "/usr/lib/python3/dist-packages/gi/importer.py", line 76, in load_module
dynamic_module._load()
File "/usr/lib/python3/dist-packages/gi/module.py", line 224, in _load
overrides_modules = __import__('gi.overrides', fromlist=[self._namespace])
File "/usr/lib/python3/dist-packages/gi/overrides/Gst.py", line 262, in
<module>
import _gi_gst
ImportError: No module named _gi_gst
code:
#!/usr/bin/python3.2
from os import path
import gi
gi.require_version('Gst', '1.0')
from gi.repository import GObject, Gst
All fine with binding for python 2.7
ubuntu 12.04 32bit
or
debian 7.0 (raspbian) on rpi
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list