Re: [pygtk] ANN: PyGUI 2.4

2011-03-19 Thread
excellent work. that's what i'm seeking for. BRs, Kimi 顺颂时祺 On Sat, Mar 19, 2011 at 1:31 PM, Greg Ewing wrote: > PyGUI 2.4 is available: > > http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > Highlights of this release: > > * Python 3 Compatible on MacOSX

Re: [pygtk] Import error

2011-03-11 Thread
Hi, Some circular import in Window1 and Window2. You'd better to put class Window1 and Window2 to one single module Window. Window.py: import gtk, pygtk class Window1: def __init__(self, gtkfile): self.gtkfile = gtkfile builder = gtk.Builder() builder.add_objects_fro

Re: [pygtk] Import error

2011-03-11 Thread
Hi, It will be better that you can provide also the windows.ui file. Thank you in advance. BRs, Kimi 顺颂时祺 On Fri, Mar 11, 2011 at 3:34 PM, Aurélien PROVIN wrote: > Hi, > > I'am trying to make a simple wizard which has two windows with just next > and previous butto

Re: [pygtk] gtk show the variable

2011-03-09 Thread
Hi, Maybe you can try with gtk.gdk.PixbufAnimation class. I'm not sure is this what you want. Good luck. BRs, Kimi 顺颂时祺 On Wed, Mar 9, 2011 at 6:23 PM, xinyou yan wrote: > If the variable is different in a program , > > How can gtk program capture the value and