Re: [pygtk] GnomeDialog fix + i18n question

2000-03-26 Thread Frederic Gobry
> It works fine for me: >LANG=no ./solfege.py > with version 1.0.50 of PyGNOME Thanks. In the meantime, I noticed that gnome-libs has forgotten to install its po file when I installed it... Now it works perfectly ;-) Frédéric - To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Re: [pygtk] pygtk extensionclass work

2000-03-26 Thread James Henstridge
Well, most of what is in gtk.py is being moved to a C extension module. The types you create in an extension module are not class like, so you can't subclass them for instance. ExtensionClass is a bit of code that allows you to create types that can be subclassed. This way, I can autogenerate th

Re: [pygtk] help understanding event loop

2000-03-26 Thread Torsten Landschoff
Hi Johann, On Wed, Mar 22, 2000 at 12:05:47PM -0800, Johann Hibschman wrote: > Thanks for replying. No problem. > I was wondering more how the python interpreter handles multiple entry > points. That's not clear, so I'll try to give an example. I don't know where you see multiple entry poi

Re: [pygtk] pygtk extensionclass work

2000-03-26 Thread Hrvoje Niksic
This sounds yummy, even if my understanding of the specifics is vague. Could you please explain what "extensionclass" is, and how it will affect PyGtk? - To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

[pygtk] pygtk extensionclass work

2000-03-26 Thread James Henstridge
I just thought I would post a message saying that the extensionclass based rewrite of pygtk is going pretty well. In fact, you should even be able to test it for very simple things. If you want to do this, here are some instructions: Checkout the extension-class branch of pygtk. This can be do