Christian Reis wrote: >On Tue, Jun 11, 2002 at 04:10:41PM -0400, Edgar Denny wrote: > > >>def pos_func(): >> return 20, 20 >> >>menu.popup( None, None, pos_func, 0, 0) >> >>Then I get a segfault. I'm not entirely if I need to pass any parameters >>to the pos_func(). >> >>In fact, I think that there may be a bug in pygtk. In the generated >> >> > >If there's a segfault, it's a bug. :-) > > Yep. If you crash pygtk, it is helpful if you can submit a bug at http://bugzilla.gnome.org/ and attach a minimal test case to the bug report (which you do after submitting the bug report, if you haven't used bugzilla before).
James. -- Email: [EMAIL PROTECTED] | Linux.conf.au 2003 Call for Papers out WWW: http://www.daa.com.au/~james/ | http://conf.linux.org.au/cfp.html _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
