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

Bug 253977

Summary: gnome-extra/avant-window-navigator-0.2.6-r1: ImportError: No module named awnTheme
Product: Gentoo Linux Reporter: Roumano <roumano>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Roumano 2009-01-06 14:12:47 UTC
After installing the package gnome-extra/avant-window-navigator : can't configure the awn :

awn-manager
Traceback (most recent call last):
  File "/usr/local/bin/awn-manager", line 43, in <module>
    from awnTheme import AwnThemeManager
ImportError: No module named awnTheme


Reproducible: Always

Steps to Reproduce:
1. Install gnome-extra/avant-window-navigator
2. Lunch awn-manager or ( avant-window-navigator & disown   Then configure )



Actual Results:  
Screen is composited.
APPLET : /usr/lib/awn/applets/taskman.desktop
Traceback (most recent call last):
  File "/usr/local/bin/awn-manager", line 43, in <module>
    from awnTheme import AwnThemeManager
ImportError: No module named awnTheme


Expected Results:  
No import Error


If modify the file "/usr/local/bin/awn-manager" 
Ligne 25 from PKGDATA = "/usr/local/share" + "/avant-window-navigator/awn-manager"
to
PKGDATA = "/usr/share" + "/avant-window-navigator/awn-manager"
it's works.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-01-18 21:32:06 UTC
please paste emerge --info.

Please note that having anything hand install is a sure way to shoot yourself in the feet so please clean that up and try again.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-01-21 13:04:33 UTC
please don't change status of a bug without a proper message.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-01-21 22:54:35 UTC
to be clearer, we wanted to know what fixed your problem. Since you didn't said what it was I'm going to assume it had something to do with what was is /usr/local hence closing as invalid.