Hi Yann,

There's no Glade involved in it (yet) and no callbacks... The bug happens when 
retrieving doc-strings for code completion.

This particular bug also has been fixed, but now another bug surfaced with the 
same routine (slightly extended from the example below).
See http://bugzilla.gnome.org/show_bug.cgi?id=166546

[...]
> > The recipe is:
> > 
> > st_list = dir(gtk) 
> > for st in st_list: 
> >     print 'Found string:', st 
> >     print 'Object:', getattr(gtk, st) # This will crash somewhere in GTK 
> > dll 
> > 
Now add:
    print 'doc str:', getattr(gtk, st).__doc__

To reproduce crash.

> > 
> > The platform is:
> > - WinXP (sp1),
> > - Python 2.4 / Python 2.3.4 / Python 2.3.5rc1
> > - PyGtk 2.4.1
> > - Gtk 2.6.1
> > 
> > I didn't yet try testing with Gtk 2.4.14! [...]
> 
> did you connect a callback on the clicked event of both buttons ?
> can you send me your glade file ?
> 
> Yann
> 

I'm not sure if you can do anything with it but that's the current status! 
Thanks for your attention.

--Tim
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to