[pygtk] Import error
Aurélien PROVIN
aprovin at linux62.org
Fri Mar 11 15:34:43 WST 2011
Hi,
I'am trying to make a simple wizard which has two windows with just next
and previous buttons.
But I get an import error with second window when I click on previous
button :
Window2.py, line 27, in button_prev_clicked
window1 = Window1(self.gtkfile)
NameError: global name 'Window1' is not defined
sources :
http://aprovin.linux62.org/others/forums/pygtk/wizard1/Window1.py
http://aprovin.linux62.org/others/forums/pygtk/wizard1/Window2.py
http://aprovin.linux62.org/others/forums/pygtk/wizard1/main.py
Someone has an idea?
Regards,
More information about the pygtk
mailing list