Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253977 - gnome-extra/avant-window-navigator-0.2.6-r1: ImportError: No module named awnTheme
Summary: gnome-extra/avant-window-navigator-0.2.6-r1: ImportError: No module named awn...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 14:12 UTC by Roumano
Modified: 2009-01-21 22:54 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 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.