[pygtk] Re: ANNOUNCE: gnome-python-1.0.53

2000-04-07 Thread James Henstridge
gtkhtml is still not built by default. You will need to run the configure script with the --with-gtkhtml argument. The reason for this is that the gtkhtml API hasn't been frozen yet, so there is a chance that it will break again a little bit before gnome-2.0. James. -- Email: [EMAIL PROTECTED]

[pygtk] Re: ANNOUNCE: gnome-python-1.0.53

2000-04-07 Thread Hassan Aurag
This is great news, as I have been waiting for gtkhtml to work for a while now. My question is simple. Is the gnome-python.spec up-to-date or is it better to simply build the thing and install it. Original Message << On 4/7/00, 11:44:53 AM, James Henstridge <

Re: [pygtk] bonobo

2000-04-07 Thread James Henstridge
not yet (I will probably add support when I get a bit further along with the rewrite). James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ On Fri, 7 Apr 2000, wrobell wrote: > Any python module for gnome bonobo? > > wrobell <[EMAIL PROTECTED]> > - > To unsubscribe:

Re: [pygtk] CList get_row_data() question

2000-04-07 Thread James Henstridge
On Fri, 7 Apr 2000, lf11 wrote: > James Henstridge wrote: > > > > clist.get_row_data(row) returns the data you set with > > clist.set_row_data(row, data). If you want to get the text in a cell of > > I used clist.append(row, data). clist.get_row_data(row) returns 'None', > not the data in row

Re: [pygtk] CList get_row_data() question

2000-04-07 Thread lf11
James Henstridge wrote: > > clist.get_row_data(row) returns the data you set with > clist.set_row_data(row, data). If you want to get the text in a cell of I used clist.append(row, data). clist.get_row_data(row) returns 'None', not the data in row. Should I use clist.set_row_data(row, data)?

[pygtk] bonobo

2000-04-07 Thread wrobell
Any python module for gnome bonobo? wrobell <[EMAIL PROTECTED]> - To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

[pygtk] ANNOUNCE: pygtk-0.6.6 gnome-python-1.0.53

2000-04-07 Thread James Henstridge
I have just released pygtk-0.6.6 and gnome-python-1.0.53. It is mainly bug fixes. The gtkhtml module should work correctly now (it uses gnome-config to find the libraries to link with). It also uses the CVS version of automake (automake-1.4a) rather than my old automake patches, and also uses l

Re: [pygtk] ExtensionClass based pygtk

2000-04-07 Thread James Henstridge
Thanks for this patch. I have applied it and added support for keyword arguments to a lot of the functions in the gtk.override file. I was able to run the examples/ide/browse.py example almost without modification (just adding `import ltihooks' to the top, as I was running it from the build dire