Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416645 - dev-lang/python-2.7.3-r* breaks media-sound/laditools-1.0_rc1
Summary: dev-lang/python-2.7.3-r* breaks media-sound/laditools-1.0_rc1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-19 15:29 UTC by tokiclover
Modified: 2012-05-19 19:20 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 tokiclover 2012-05-19 15:29:50 UTC
With any of -r1 or -r2, laditray just fails to initialize python base modules,, here is the output of laditray with =dev-lang/python-2.7.3-r2, -r1 gives the same errors:

% laditray
Traceback (most recent call last):
  File "/usr/bin/laditray", line 24, in <module>
    import laditools
  File "/usr/lib64/python2.7/site-packages/laditools/__init__.py", line 19, in <module>
    from jack_menu import manager, find_data_file
  File "/usr/lib64/python2.7/site-packages/laditools/jack_menu.py", line 24, in <module>
    from config import config
  File "/usr/lib64/python2.7/site-packages/laditools/config.py", line 19, in <module>
    from xml.dom.ext import PrettyPrint
ImportError: No module named ext

Note: media-sound/laditray can be found on ladi or proaudio overlay.
Comment 1 Rafał Mużyło 2012-05-19 19:20:14 UTC
A few points:
- laditools aren't in proaudio
- ladi isn't an official gentoo overlay
- there's already laditools 1.0.1
- even 1.0 doesn't have this problem (it's been significantly rewritten) and is present in ladi overlay


As for the fix of this problem, it should be trivial, if you still want to fix it.