gobject.GError: Unhandled tag: 'requires'

Asked by kintoandar

The GTK version on ubuntu 8.04 the most recent LTS available is 2.0.
Is there any method of installing wiithon on a system running such operating system?

I've the following error:
sudo wiithon
Traceback (most recent call last):
  File "/usr/local/bin/wiithon", line 100, in <module>
    App()
  File "/usr/local/bin/wiithon", line 83, in App
    interfaz = WiithonGUI(core)
  File "/usr/local/share/wiithon/gui.py", line 40, in __init__
    'wiithon.ui'))
  File "/usr/local/share/wiithon/builder_wrapper.py", line 19, in __init__
    self.__builder.add_from_file( builder_file )
gobject.GError: Unhandled tag: 'requires'

System information:

uname -a
2.6.24-24-generic #1 SMP Wed Apr 15 15:54:25 UTC 2009 i686 GNU/Linux

cat /etc/issue
Ubuntu 8.04.2 \n \l

dpkg -l|grep libgtk
ii libgtk2.0-0 2.12.9-3ubuntu5 The GTK+ graphical user interface library

Question information

Language:
English Edit question
Status:
Solved
For:
wiithon Edit question
Assignee:
No assignee Edit question
Solved by:
kintoandar
Solved:
Last query:
Last reply:
Revision history for this message
Ricardo Marmolejo García (makiolo) said :
#1

Thx for report kintoandar.

This has been fixed now since revision 22.

Update (bzr pull), must appear revision 22 at least.
and Full install (sudo make install_auto_and_fix)

Bye !

Revision history for this message
Ricardo Marmolejo García (makiolo) said :
#2

One User of Debian Lenny can confirm that dont fix in rev.22, now print out it:

Traceback (most recent call last):
File “/usr/local/bin/wiithon”, line 100, in
App()
File “/usr/local/bin/wiithon”, line 83, in App
interfaz = WiithonGUI(core)
File “/usr/local/share/wiithon/gui.py”, line 79, in __init__
self.uimgr.insert_action_group(actiongroup)
TypeError: GtkUIManager.insert_action_group() takes exactly 2 arguments (1 given)

The problem that need get system with gtk 2.12 for testing. I will try fix it. Don't Worry

Bye !

Revision history for this message
kintoandar (kintoandar-gmail) said :
#3

Thanks for your help, it's much appreciated.

Revision history for this message
Ricardo Marmolejo García (makiolo) said :
#4

After a discussion between developers have decided make gtk 2.14+ dependencie of wiithon, not supporting versions below.
I hope this is not a big problem.

Revision history for this message
kintoandar (kintoandar-gmail) said :
#5

Nonetheless I thank you for your help. I'm now using the text mode feature of wiithon without problems.
I only use stable (LTS) versions of ubuntu, so no GUI for me on wiithon :p but text mode is fine!

Congratulation on wiithon, keep the good work!