Re: [Tutor] problems with python and glade

2006-06-11 Thread Alan Gauld
lfonso" <[EMAIL PROTECTED]> To: Sent: Saturday, June 10, 2006 7:48 PM Subject: [Tutor] problems with python and glade > Hi, > I'm trying to learn to use python with glade. As start I have tried > to > run a program from a tutorial, but when I run it I become thi

[Tutor] problems with python and glade

2006-06-10 Thread Alfonso
Hi, I'm trying to learn to use python with glade. As start I have tried to run a program from a tutorial, but when I run it I become this exception: class GladeXML(_gtk.GtkData): AttributeError: 'module' object has no attribute 'GtkData' This ist the program: import pygtk pygtk.require('2.0') i