[gstreamer-bugs] [Bug 623105] gstpythonplugin.c does not import user's gobject module

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 2 09:30:01 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623105
  GStreamer | gst-python | git

--- Comment #3 from Leo Singer <lsinger at caltech.edu> 2010-07-02 16:29:59 UTC ---
(In reply to comment #1)
> This would require people to have pygtk installed (as opposed to only
> pygobject).

I double checked, this patch requires **only** pygobject, **not** pygtk, to be
installed.  To make certain, I installed pygobject in a fresh location, then I
looked at the files and directories inside the newly created "site-packages"
directory created "make install"ing pygobject.  Here's what I see:

$ tree site-packages
site-packages
|-- gtk-2.0
|   |-- dsextras.py
|   |-- dsextras.pyc
|   |-- dsextras.pyo
|   `-- gobject
|       |-- __init__.py
|       |-- __init__.pyc
|       |-- __init__.pyo
|       |-- _gobject.la
|       |-- _gobject.so
|       |-- constants.py
|       |-- constants.pyc
|       |-- constants.pyo
|       |-- option.py
|       |-- option.pyc
|       |-- option.pyo
|       |-- propertyhelper.py
|       |-- propertyhelper.pyc
|       `-- propertyhelper.pyo
|-- pygtk.pth
|-- pygtk.py
|-- pygtk.pyc
`-- pygtk.pyo

2 directories, 21 files

So the "pygtk" module, which is needed for doing the "pygtk.require" to prepare
for importing the user's own version of gtk and gobject, is provided by the
pygobject distribution.

-- 
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