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

2010-11-06 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-06 Thread Dieter Verfaillie
Hi, Quoting Mike Maravillo maravi...@gmail.com: 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

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 diet...@optionexplicit.be wrote: Hi, Quoting Mike Maravillo maravi...@gmail.com: 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

[pygtk] Scroll Region on Screen

2010-11-06 Thread Robert Schroll
Hello all, I have a TextBuffer in a TextView. I want to scroll the TextView so that two TextMarks, A and B, are both visible. If the TextView cannot fit both on screen together, I wish that A and as much of the text between A and B be visible. I think I should be able to accomplish this

Re: [pygtk] ANNOUNCE: PyGTK 2.22 (and Friends) Windows Installers

2010-11-06 Thread Alessandro Dentella
On Fri, Nov 05, 2010 at 12:17:00AM +1300, John Stowers wrote: Hi All, I have updated the official Windows installers for Pycairo, PyGObject and PyGTK. These installers have been tested on XP, Vista and Windows 7. Versions supporting Python 2.6 and Python 2.7 are provided. The installers

Re: [pygtk] ANNOUNCE: PyGTK 2.22 (and Friends) Windows Installers

2010-11-06 Thread John Stowers
On Sat, 2010-11-06 at 23:50 +0100, Alessandro Dentella wrote: On Fri, Nov 05, 2010 at 12:17:00AM +1300, John Stowers wrote: Hi All, I have updated the official Windows installers for Pycairo, PyGObject and PyGTK. These installers have been tested on XP, Vista and Windows 7.

Re: [pygtk] PyGtk and gtk-3.0 compatibility

2010-11-06 Thread Murray Cumming
On Sat, 2010-07-17 at 12:50 +1200, John Stowers wrote: On Tue, 2010-07-06 at 01:48 +1200, John Stowers wrote: Hi, First of all, PyGI and GObject introspection is the way forward. Now, that being said, it seems a little silly to spend all this effort porting C apps in GNOME to