[Bug 712236] gst-python bindings for python 3.2 don't working
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Nov 26 02:40:41 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=712236
GStreamer | gst-python | 1.2.1
Sebastian Dröge (slomo) <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |slomo at coaxion.net
Resolution| |NOTGNOME
--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-11-26 10:40:38 UTC ---
Works fine here with Python 3.3, but with 3.2 even "import gi" fails already
for me:
Python 3.2.4 (default, May 8 2013, 20:55:18)
[GCC 4.7.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gi
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 27, in <module>
from ._gi import _API
ImportError: No module named _gi
I consider this a packaging bug or python-gi generally not being compatible
with Python 3.2.
--
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