Re: [pygtk] problems porting pygtk app to pygobject on Fed. 14

2011-03-13 Thread John Stowers
On Sun, 2011-03-13 at 18:34 -0400, John Lumby wrote: > I am having trouble trying to port a pygtk/python2.6/linux-fedora-14 > application to use pygobject. > > My first try was to convert using pygi-convert.sh, and when I ran that > converted .py, I got Firstly, F-14 is probably too old. This py

Re: [pygtk] python and GTK+-3 - possible?

2011-03-13 Thread Robert Park
On Sun, Mar 13, 2011 at 4:39 PM, John Lumby wrote: > Is it posible today,  using some combination of python and pygtk-family > packages > and the current GTK+-3.0.2,   (pulled from git if need be), > to code a python application that exploits new features in GTK+-3? > E.g. one of the new widgets? 

[pygtk] problems porting pygtk app to pygobject on Fed. 14

2011-03-13 Thread John Lumby
I am having trouble trying to port a pygtk/python2.6/linux-fedora-14 application to use pygobject. My first try was to convert using pygi-convert.sh, and when I ran that converted .py, I got File "/home/lumby/pythonapps/togglegobj_from_convert.py", line 17, in pyGtk.requir

[pygtk] python and GTK+-3 - possible?

2011-03-13 Thread John Lumby
Is it posible today, using some combination of python and pygtk-family packages and the current GTK+-3.0.2, (pulled from git if need be), to code a python application that exploits new features in GTK+-3? E.g. one of the new widgets? If so, could someone say how. If not, will it be?

Re: [pygtk] Testing PyGTK installer for Mac OS X

2011-03-13 Thread Anders F Björklund
> So we are testing an all-in-one (= both gtk+ and pygtk) > Universal installer for Mac OS X 10.5 Leopard and later: > > http://afb.users.sourceforge.net/zero-install/PyGTK.pkg [...] > Feedback appreciated. Thanks to everyone who tested the previous package, apparently there was a bug with Packag

Re: [pygtk] Need help with pygtk and gtk...under Windows XP

2011-03-13 Thread Dieter Verfaillie
On 13/03/2011 11:23, Marko Tasic wrote: > I also remember that I had problems without restarting Windows after setting > new PATH environment variable. It should usually be enough to simply restart the process that needs to pick up the modified environment variable (Command Prompt, or maybe your I

Re: [pygtk] Need help with pygtk and gtk...under Windows XP

2011-03-13 Thread Marko Tasic
I also remember that I had problems without restarting Windows after setting new PATH environment variable. Regards, Marko Tasic On Sun, Mar 13, 2011 at 11:16 AM, Dieter Verfaillie < diet...@optionexplicit.be> wrote: > Hi, > > If you simply want to use PyGTK as soon as possible, you > might be

Re: [pygtk] Need help with pygtk and gtk...under Windows XP

2011-03-13 Thread Dieter Verfaillie
Hi, If you simply want to use PyGTK as soon as possible, you might be interested in the All-in-one installer: http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.22/ All you need to do is to install "pygtk-all-in-one-2.22.6.win32-py2.7.msi" after you've installed Python 2.7. That's it :) There'

Re: [pygtk] Need help with pygtk and gtk...under Windows XP

2011-03-13 Thread Marko Tasic
Catalin, Which version of pygtk and gtk (win32 bundle?) do you use? Regards, Marko Tasic On Sun, Mar 13, 2011 at 10:43 AM, Catalin wrote: > Hi > I try to make working pygtk and gtk under python27. > I read tutorials and i set gtk with this: > I add on enviroment path vars : C:\gtk\bin > > C:\

[pygtk] Need help with pygtk and gtk...under Windows XP

2011-03-13 Thread Catalin
Hi I try to make working pygtk and gtk under python27. I read tutorials and i set gtk with this: I add on enviroment path vars : C:\gtk\bin C:\gtk\bin>pkg-config --cflags gtk+-2.0 -mms-bitfields -IC:/gtk/include/gtk-2.0 -IC:/gtk/lib/gtk-2.0/include -IC:/gtk/in clude/atk-1.0 -IC:/gtk/include/cairo