Re: [pygtk] vpythonpygtk

2010-05-13 Thread Pietro Battiston
Il giorno gio, 13/05/2010 alle 10.11 +0800, MG N ha scritto: Hi, does anybody know how to embed a vpython 3D graphic into a pygtk window? I don't really know much, but vpython Design, of which you find an old beta at http://rpmbuildtut.wordpress.com/downloads/ , does. Pietro

[pygtk] Drag and Drop on Windows

2010-05-13 Thread Bradlee Landis
I recently upgraded to the newest version of GTK and PyGTK on my Windows 7 machine, and drag and drop no longer seems to work in my application. I probably should do further testing to see if it works in other programs. Is there any way to debug what might be going on wrong? My application is

Re: [pygtk] Drag and Drop on Windows

2010-05-13 Thread Timo
On 13-05-10 16:07, Bradlee Landis wrote: I recently upgraded to the newest version of GTK and PyGTK on my Windows 7 machine, What are the excact versions of your GTK+ and PyGTK installation? Has anyone else seen this issue? This is probably more GTK's fault than PyGTK. There comes a demo

Re: [pygtk] Drag and Drop on Windows

2010-05-13 Thread Bradlee Landis
I tried it using the GTK demo program, and it failed. I'm using GTK 2.20.0 (I think), and PyGTK 2.16.0. I guess I should report this on the GTK bug tracker? On Thu, May 13, 2010 at 11:15 AM, Timo timomli...@gmail.com wrote: On 13-05-10 16:07, Bradlee Landis wrote: I recently upgraded to the

[pygtk] gobject.GObject.__init__(self)

2010-05-13 Thread Richard Procter
Hi all, I am upgrading some code from pygtk 2.6.1 to 2.16.0 and have a basic question: When must gobject.GObject.__init__(self) be called? I assume: when and only when the class is a direct subclass of gobject.GObject. Is this correct? I find my code has indirect subclasses of gobject.GObject