Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-06 Thread Mike Maravillo
On Sat, Nov 6, 2010 at 3:22 PM, Dieter Verfaillie wrote: > Hi, > > Quoting "Mike Maravillo" : >> >> Hi David, >> >> Just want to know if you got glade working.  Mine still gives a DLL >> load failed error.  Thanks in advance. > > You are most likely missing libxml2 in your gtk+ installation. > lib

Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-06 Thread Dieter Verfaillie
Hi, Quoting "Mike Maravillo" : Hi David, Just want to know if you got glade working. Mine still gives a DLL load failed error. Thanks in advance. You are most likely missing libxml2 in your gtk+ installation. libglade_2.6.4-1_win32 depends on libxml2_2.7.7-1_win32.zip (from http://ftp.gnome

Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-05 Thread Mike Maravillo
Hi David, Just want to know if you got glade working. Mine still gives a DLL load failed error. Thanks in advance. C:\>echo %PATH% c:\gtk\bin;c:\opt\python27 C:\>dir c:\gtk\bin\*glade* Volume in drive C is PC COE Volume Serial Number is D47F-8864 Directory of c:\gtk\bin 07/30/2009 05:12

Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-04 Thread David ROY
That's great! Man, you rock :-) Thanks -David > Hi, > > Quoting "David ROY" : >> I had to restart with a fresh new install of every GTK stuff but I now >> have it working. > > Great :) > >> One thing, I used to install the "pygtk + glade" package because I need >> to >> import gtk.glade somewhere

Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-03 Thread Dieter Verfaillie
Hi, Quoting "David ROY" : I had to restart with a fresh new install of every GTK stuff but I now have it working. Great :) One thing, I used to install the "pygtk + glade" package because I need to import gtk.glade somewhere. Unfortunately your pygtk distribution doesn't include glade, and I

Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-03 Thread David ROY
Hi Dieter, I had to restart with a fresh new install of every GTK stuff but I now have it working. One thing, I used to install the "pygtk + glade" package because I need to import gtk.glade somewhere. Unfortunately your pygtk distribution doesn't include glade, and I didn't find any other way to

Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-02 Thread Dieter Verfaillie
Hi, Quoting "David ROY" : I installed the built binaries you provide for windows: 20101102/pygoocanvas-0.14.2.win32-py2.6.msi But no one of the libgoocanvas-3.dll I tried seems to fit with the goocanvas.pyd, I always end up with: The pygoocanvas installer is built against: http://ftp.gnome.or

Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-02 Thread David ROY
Hi Dieter, I installed the built binaries you provide for windows: 20101102/pygoocanvas-0.14.2.win32-py2.6.msi But no one of the libgoocanvas-3.dll I tried seems to fit with the goocanvas.pyd, I always end up with: >>> import goocanvas Traceback (most recent call last): File "", line 1, in Im

Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-02 Thread Dieter Verfaillie
Hi, Quoting "David ROY" : The problem is that I don't see where "GValue*" is registered (or more precisely, where it should be registered and why it isn't). Is that done by your "pygobject/pygtk paches"? Yep, the fixes I've done to pygobject, pygtk, pygoocanvas, pygtksourceview and gnome-pyth

Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-02 Thread David ROY
Hi Dieter, In fact that's what I'm already doing. Thus I have no issue with the types registered in arg-types.py, such as BoundsPtrArg or GooCanvasBoundPtrParam. The problem is that I don't see where "GValue*" is registered (or more precisely, where it should be registered and why it isn't). Is

Re: [pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-11-01 Thread Dieter Verfaillie
Hi, Quoting "David ROY" : I'm trying to compile a Python package that uses pygtk and it's codegen/argtypes facilities (the package is pygoocanvas). I succeeded both on Linux and Windows (after having a hard time on Windows) but I still have some virtual accessors and interfaces not being create

[pygtk] Codegen/argtypes: "No ArgType for GValue*" on Linux & Windows

2010-10-28 Thread David ROY
Hi, I'm trying to compile a Python package that uses pygtk and it's codegen/argtypes facilities (the package is pygoocanvas). I succeeded both on Linux and Windows (after having a hard time on Windows) but I still have some virtual accessors and interfaces not being created, on both platforms. T