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
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