Re: [pygtk] PyGTK 2.17 for Windows

2010-07-01 Thread John Stowers
On Fri, Jul 2, 2010 at 3:27 PM, Jason Heeris wrote: > On 2 July 2010 10:54, Jason Heeris wrote: >> AFAIK, this is part of pygtk... so do I need PyGTK already installed >> to build a new PyGTK? Or have a missed something? > > No, apparently a reboot was required after uninstalling PyGTK (certain >

Re: [pygtk] PyGTK 2.17 for Windows

2010-07-01 Thread John Stowers
On Fri, Jul 2, 2010 at 2:54 PM, Jason Heeris wrote: > So I decided to start this whole thing over, since I went down the > wrong path before. I uninstalled pygtk, but kept pycairo 1.8.6 and > pygobject 2.20.0. Then I brought up a mingw console and followed the > win32 build instructions[1]. > > I

Re: [pygtk] PyGTK 2.17 for Windows

2010-07-01 Thread Jason Heeris
On 2 July 2010 10:54, Jason Heeris wrote: > AFAIK, this is part of pygtk... so do I need PyGTK already installed > to build a new PyGTK? Or have a missed something? No, apparently a reboot was required after uninstalling PyGTK (certain files were scheduled for removal that could not be immediatel

Re: [pygtk] PyGTK 2.17 for Windows

2010-07-01 Thread Jason Heeris
So I decided to start this whole thing over, since I went down the wrong path before. I uninstalled pygtk, but kept pycairo 1.8.6 and pygobject 2.20.0. Then I brought up a mingw console and followed the win32 build instructions[1]. I get this error: $ python setup.py build --compiler=mingw32 --en

[pygtk] Horizontal Treeview?

2010-07-01 Thread Robert Schroll
Dear all, Is it possible to create a horizontal TreeView in pyGTK? That is, a treeview where each row appears to the right of, instead of below, the preceding row? I don't need a general solution - this is for a ListStore with a single column. If there's a better solution than a TreeView, pl

Re: [pygtk] PyGTK 2.17 for Windows

2010-07-01 Thread Tomeu Vizoso
On Thu, Jul 1, 2010 at 17:04, Jason Heeris wrote: > On 1 July 2010 21:13, John Stowers wrote: >> I have been generating the python installers for windows. > > Good work :) > >> This, and the fact that PyGtk has effectively been deprecated an >> replaced with PyGI makes me nervous. > > ...I was no

Re: [pygtk] PyGTK 2.17 for Windows

2010-07-01 Thread Jason Heeris
On 1 July 2010 21:13, John Stowers wrote: > I have been generating the python installers for windows. Good work :) > This, and the fact that PyGtk has effectively been deprecated an > replaced with PyGI makes me nervous. ...I was not aware of that. I'll have to look into PyGI. > I will try to

Re: [pygtk] pygtkspread

2010-07-01 Thread Rafael Villar Burke (Pachi)
Thanks for reporting this new project. It has been added to the applications list under the networking category with a short summary about its features. Please, report if you find the summary is wrong. Regards, Rafael Villar Burke On 28/06/2010 1:27, David Schere wrote: > This module integr

Re: [pygtk] PyGTK 2.17 for Windows

2010-07-01 Thread Tomeu Vizoso
On Thu, Jul 1, 2010 at 15:13, John Stowers wrote: > On Thu, Jul 1, 2010 at 6:52 PM, Jason Heeris wrote: >> I'm trying to get a PyGTK app going on a Windows XP installation. It >> requires PyGTK 2.17. I have Python 2.6 and GTK 2.18 set up just fine, >> but of course there's no binary installer for

Re: [pygtk] STUPID MPCUSTOMER.COM EMAIL AUTO-RESPONDER

2010-07-01 Thread Tomeu Vizoso
On Thu, Jul 1, 2010 at 15:17, John Stowers wrote: > Hi, > > Excuse the yelling. Does anyone else get these annoying auto-responses > from supp...@mpcustomer.com when they reply to the list? Yup, though I'm not sure how to find the email address that is causing it, sounds to me like an expired dom

Re: [pygtk] STUPID MPCUSTOMER.COM EMAIL AUTO-RESPONDER

2010-07-01 Thread dave
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is, unfortunately, GMane, which means it's harder to track down than you'd think. - -dave John Stowers wrote: > Hi, > > Excuse the yelling. Does anyone else get these annoying auto-responses > from supp...@mpcustomer.com when they reply to t

[pygtk] STUPID MPCUSTOMER.COM EMAIL AUTO-RESPONDER

2010-07-01 Thread John Stowers
Hi, Excuse the yelling. Does anyone else get these annoying auto-responses from supp...@mpcustomer.com when they reply to the list? Can a list admin please take this email adress out behind a shed and shoot it? Cheers, John ___ pygtk mailing list py

Re: [pygtk] PyGTK 2.17 for Windows

2010-07-01 Thread John Stowers
On Thu, Jul 1, 2010 at 6:52 PM, Jason Heeris wrote: > I'm trying to get a PyGTK app going on a Windows XP installation. It > requires PyGTK 2.17. I have Python 2.6 and GTK 2.18 set up just fine, > but of course there's no binary installer for PyGTK 2.17. So I grabbed > the source from FTP[1], alon

Re: [pygtk] PyGTK 2.17 for Windows

2010-07-01 Thread Tomeu Vizoso
On Thu, Jul 1, 2010 at 08:52, Jason Heeris wrote: > I'm trying to get a PyGTK app going on a Windows XP installation. It > requires PyGTK 2.17. I have Python 2.6 and GTK 2.18 set up just fine, > but of course there's no binary installer for PyGTK 2.17. So I grabbed > the source from FTP[1], along

Re: [pygtk] PyGTK 2.17 for Windows

2010-07-01 Thread Jason Heeris
On 1 July 2010 17:45, Tomeu Vizoso wrote: > Two options, not sure which would be easiest: > > - build pygobject <2.21.4 with --disable-pygi > - build pygobject 2.21.4 with --disable-introspection > (I'm assuming that you have a reason for not using a stable release of > PyGObject). What's the mi