[gstreamer-bugs] [Bug 599991] New: fails to load libpython

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 29 00:35:37 PDT 2009


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

           Summary: fails to load libpython
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.17
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: waschk at mandriva.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=146482)
 View: https://bugzilla.gnome.org/attachment.cgi?id=146482
 Review: https://bugzilla.gnome.org/review?bug=599991&attachment=146482

fix python detection

This is on Mandriva Cooker x86_64 with gst-python 0.10.17 and totem:

$ totem --gst-debug-level=2
0:00:00.048235728 21041      0x1dd10e0 WARN                pyplugin
gstpythonplugin.c:343:plugin_init: Couldn't g_module_open libpython. Reason:
/usr/lib/libpython2.6.so: cannot open shared object file: No such file or
directory
0:00:00.048360036 21041      0x1dd10e0 WARN      GST_PLUGIN_LOADING
gstplugin.c:422:gst_plugin_register_func: plugin
"/usr/lib64/gstreamer-0.10/libgstpython.so" failed to initialise

Two problems here: libgstpython looks for the wrong name, libpython2.6.so is in
the devel package, so it is not available on user systems, only people who
build python stuff have it. It should open libpython2.6.so.1.0 instead. It
should look for it in /usr/lib64 instead of /usr/lib.

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