[pygtk] Re: pygtk-1.99.12 (1.2-safe version)

2002-07-31 Thread Christopher Armstrong
Why isn't the *official* PyGTK distribution using 'gtk2' as its package name? This is going to make packaging *hell*. I implore James to change it before PyGTK 2.0-final is released. (There's always import .. as ..) Christopher Armstrong ___ pygtk

Re: [pygtk] Re: pygtk-1.99.12 (1.2-safe version)

2002-07-31 Thread Jon Nelson
On Mon, 29 Jul 2002 10:42:26 -0500 Christopher Armstrong [EMAIL PROTECTED] wrote: Why isn't the *official* PyGTK distribution using 'gtk2' as its package name? This is going to make packaging *hell*. I implore James to change it before PyGTK 2.0-final is released. (There's always import ..

Re: [pygtk] Re: pygtk-1.99.12 (1.2-safe version)

2002-07-31 Thread Christian Reis
On Wed, Jul 31, 2002 at 08:53:11AM -0500, Jon Nelson wrote: On Mon, 29 Jul 2002 10:42:26 -0500 Christopher Armstrong [EMAIL PROTECTED] wrote: Why isn't the *official* PyGTK distribution using 'gtk2' as its package name? This is going to make packaging *hell*. I implore James to change

Re: [pygtk] Re: pygtk-1.99.12 (1.2-safe version)

2002-07-31 Thread Conrad Steenberg
Hmmm, I just joined the mailing list to ask the same question ;-) Cheers! Conrad On Wed, 2002-07-31 at 12:45, Christian Reis wrote: On Wed, Jul 31, 2002 at 08:53:11AM -0500, Jon Nelson wrote: On Mon, 29 Jul 2002 10:42:26 -0500 Christopher Armstrong [EMAIL PROTECTED] wrote: Why isn't

Re: [pygtk] Making a toolbar without internal borders but with icons justified to both ends

2002-07-31 Thread Christian Reis
On Tue, Jul 30, 2002 at 06:31:04PM -0400, James Fraumeni wrote: gtk.Toolbar only allows all of the buttons to be crunched together, you can't have some left-justified and some right-justified. Trying to add one large space in the middle also doesn't work since gtk.Toolbar makes all

[pygtk] yet another threading question

2002-07-31 Thread Rob Brown-Bayliss
Hi, I have been going of the archive for a while now and I cant seem to get this sorted. I have an app, it dynamically impotts modules depending on the users actions, and some (one of these) include modules that try to use threads. the main py prog does this: #!/usr/bin/env python2 import