After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 409617 - needs to be updated for libtotem-plparser API change
needs to be updated for libtotem-plparser API change
Status: RESOLVED DUPLICATE of bug 404304
Product: gnome-python-desktop
Classification: Deprecated
Component: totem
2.17.x
Other Linux
: Normal major
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-19 14:10 UTC by Sebastien Bacher
Modified: 2007-02-19 14:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-02-19 14:10:36 UTC
That bug has been described on https://launchpad.net/ubuntu/+source/gnome-python-desktop/+bug/86271

"Binary package hint: serpentine

Serpentine toss some exceptions to the commandline during startup. I believe this is why most (m3u and pls) playlists can't be parsed, but I can't say for sure.

Here's the stacktrace from the terminal. Note that this import error doesn't prevent serpentine from running.

burner@phoenix:~$ serpentine
Error loading 'filter_plparser' plugin:
Traceback (most recent call last):
  • File "/usr/lib/python2.5/site-packages/serpentine/plugins/__init__.py", line 38 in <module>
    module = imp.load_source (plug, plugins[plug])
  • File "/usr/lib/python2.5/site-packages/serpentine/plugins/plugfilter_plparser.py", line 22 in <module>
    from totem import plparser
ImportError: /usr/lib/python2.5/site-packages/gtk-2.0/totem/plparser.so: undefined symbol: totem_pl_parser_type_get_type
..."


That happens with GNOME 2.17.91, the python bindings need to be updated for the libtotem-plparser API change
Comment 1 Gustavo Carneiro 2007-02-19 14:22:15 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 404304 ***