Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 416645

Summary: dev-lang/python-2.7.3-r* breaks media-sound/laditools-1.0_rc1
Product: Gentoo Linux Reporter: tokiclover <tokiclover>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.