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,

_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to