Awn

problem installing

Asked by Punish3r

hi
I have the following error message when installing

***INFO*** Generating awn.c from awn.defs
Traceback (most recent call last):
  File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1712, in <module>
    sys.exit(main(sys.argv))
  File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1670, in main
    p.startParsing()
  File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 113, in startParsing
    for statement in statements:
  File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 27, in parse
    fp = open(filename, 'r')
IOError: [Errno 2] No such file or directory: '/usr/share/pygtk/2.0/defs/gconf.defs'
make[2]: *** [awn.c] Error 1
make[2]: Leaving directory `/home/casa/avant-window-navigator/pyawn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/casa/avant-window-navigator'
make: *** [all] Error 2

I've followed the wiki and installed all the dependencies.
I have gutsy gibbons tribe 5. could it be the reason?

Question information

Language:
English Edit question
Status:
Solved
For:
Awn Edit question
Assignee:
No assignee Edit question
Solved by:
Miika-Petteri Matikainen
Solved:
Last query:
Last reply:
Revision history for this message
Punish3r (punish3r) said :
#1

thanks

Revision history for this message
Miika-Petteri Matikainen (mpmatikainen) said :
#2

You need to install python-gconf package.

Revision history for this message
Best Miika-Petteri Matikainen (mpmatikainen) said :
#3

Also install package:
python-gnome2-dev

Revision history for this message
Punish3r (punish3r) said :
#4

Worked!
The python-gnome2-dev was missing.
Thanks

Revision history for this message
Punish3r (punish3r) said :
#5

Thanks Miika-Petteri Matikainen, that solved my question.