Re: [pygtk] adding wrappers for gtkhtml2

2001-11-28 Thread Skip Montanaro
James If you want to see an example of distributing a binding outside James of the pygtk module, take a look at the gnome-python package. It James has been set up to build separately. Matt for example, when I wrapped atk: ... Matt The generic rule in pygtk cvs will

Re: [pygtk] adding wrappers for gtkhtml2

2001-11-28 Thread Matt Wilson
Get the authors to register it as a boxed type. Cheers, Matt On Wed, Nov 28, 2001 at 02:23:31PM -0600, Skip Montanaro wrote: James If you want to see an example of distributing a binding outside James of the pygtk module, take a look at the gnome-python package. It

Re: [pygtk] adding wrappers for gtkhtml2

2001-11-28 Thread James Henstridge
Skip Montanaro wrote: James If you want to see an example of distributing a binding outside James of the pygtk module, take a look at the gnome-python package. It James has been set up to build separately. Matt for example, when I wrapped atk: ... Matt The generic rule

[pygtk] pygtk-1.99.5

2001-11-28 Thread James Henstridge
There is now a pygtk-1.99.5 tarball up on ftp.gnome.org at: ftp://ftp.gnome.org/pub/GNOME/earthquake/sources/pygtk/pygtk-1.99.5.tar.gz (with diffs to previous versions). The majority of the work in this release was done by Skip and Matt. You will need python = 2.2b1 to compile this

[pygtk] Pygtk 1.99 and threading.

2001-11-28 Thread Tom Morton
I'm using python 2.2b1, pygtk 1.99.5 and gtk 1.3.11. If i compile pygtk with --enable-thread then pygtk programs simply crash immediately with a segfault. without threading they work fine, but i need threading support. is there a way of getting the nice tasty threads_enter/ leave() thing that

Re: [pygtk] pygtk-1.99.5

2001-11-28 Thread John Finlay
Hi James, Is there any maintenance effort being done on the old pygtk (0.6.8) source base or is it considered complete? Just wondering because I have encountered some problems that I would report if there is still some development activity. Thanks John

Re: [pygtk] Pygtk 1.99 and threading.

2001-11-28 Thread James Henstridge
Tom Morton wrote: I'm using python 2.2b1, pygtk 1.99.5 and gtk 1.3.11. If i compile pygtk with --enable-thread then pygtk programs simply crash immediately with a segfault. without threading they work fine, but i need threading support. is there a way of getting the nice tasty threads_enter/

[pygtk] A quick comment re: McMillan Installer

2001-11-28 Thread Bill Anderson
Today I downloaded version .5 of McMillan's Installer (I must be missing something, why is it called Installer when it makes a binary/set of libraries?). Anyway, I tried it with a simple PyGTK/PyGNOME/libglade app I made. I only had one problem, it didn't find the import _gdkimlibmodule.so. I