Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462428 - media-sound/puddletag-1.0.1-r1 should depend on dev-python/PyQT4[svg]
Summary: media-sound/puddletag-1.0.1-r1 should depend on dev-python/PyQT4[svg]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-20 05:21 UTC by Jess Haas
Modified: 2013-03-22 18:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jess Haas 2013-03-20 05:21:56 UTC
At runtime I get the following error:
Traceback (most recent call last):
  File "/usr/bin/puddletag-python2.7", line 221, in <module>
    from puddlestuff.puddleobjects import get_languages, PuddleConfig
  File "/usr/lib/python2.7/site-packages/puddlestuff/puddleobjects.py", line 10, in <module>
    from PyQt4.QtSvg import *
ImportError: No module named QtSvg

Modifying the ebuild to require PyQt4 be built with the svg use flag fixes the problem.
Comment 1 Daniel Pielmeier gentoo-dev 2013-03-22 18:37:49 UTC
+  22 Mar 2013; Daniel Pielmeier <billie@gentoo.org> puddletag-1.0.1-r1.ebuild:
+  PyQt4 needs to be build with the svg USE flag. This fixes bug #462428. Thanks
+  to Jess Haas for the report.

Should be fixed. Thanks for the report.