Re: [pygtk] I am pissed off

2000-02-25 Thread Frederic Gobry
Now when I try to use any of the menu stuff it segfaults without explanation. Happy to see I'm not the only one ;-) I guess there is really a bug, it's not in your code. But as far as I remember, the stack at crash time does not point into pygnome, so if there is a bug in it, it appears with

[pygtk] I am pissed off

2000-02-24 Thread Hassan Aurag
Hi, I am not sure if I am dumb or it's a bug and then if it is with pygnome bindings. What is wrong with the following: BEGIN CODE file_menu = [ UIINFO_MENU_NEW_ITEM(label="Numerical Python Session", tip="Start a New Numerical Python Session", cb=start_new_numpy),