Re: [pygtk] PyGTK and visual python integration

2009-12-13 Thread Angel Guzman Maeso
2009/12/7 Michele Mattioni matti...@gmail.com Hello PyGTK list, I'm trying to use Visual Python [1] with PyGTK. My goal is to run the PyGTK app from an ipython console with the interactive loop, to launch the visual python and to be able to process the input coming from the console. I

Re: [pygtk] Writing python bindings, getting pygobject_new_full assertion failed error. Need assistance.

2009-12-13 Thread Adam Plumb
Hallelujah! After days of agony and frustration I finally figured this out. I'm using the pygobject h2def.py script to generate my .defs file from the thunarx header files, and for all my object definitions (i.e. ThunarxMenuProvider, etc), it was using the define-object call. But apparently, it

Re: [pygtk] Scrollbar Width

2009-12-13 Thread Iñigo Serna
Hello, 2009/12/12 Art Hunkins abhun...@uncg.edu: style wide_range {    GtkRange::slider-width = 40 } class GtkRange style wide_range try slider_width instead of slider-width. Regards, Iñigo Serna 2009/12/12 Art Hunkins abhun...@uncg.edu: I'm working in the context of Sugar-on-a-Stick,