Re: [Pythonmac-SIG] PyGTK on OSX?

2009-03-11 Thread genemartin
I managed to install pygtk (not the last version)on my mac with framework of http://www.gtk-osx.org/ using following procedures: (from http://developer.imendio.com/node/264) 1) install pycairo 1.6.4 (working well with the framework) PKG_CONFIG_PATH=/Library/Frameworks/GLib.framework/Resources/dev/

[Pythonmac-SIG] PyGTK on OSX?

2008-12-27 Thread Chris Van Bael
Hi all, I'm trying to get our program to run on OSX (see www.schoolsplay.org) We use GTK and Pango for RTL support and better font rendering. I installed the framework from http://www.gtk-osx.org/, but PyGTK doesn't seem to be installed. Does anybody have an idea where I can get a binary build of

[Pythonmac-SIG] PyGtk

2008-04-15 Thread Robert Love
Is anybody doing python apps with a GTK gui (for portability with Linux at work)? What GTK do you use? And has anybody tried with the native GTK being developed as opposed to the X-windows version? -- Bob Love "I.R.S.: We've got what it takes to take what you've got! " ___

Re: [Pythonmac-SIG] pygtk

2005-03-07 Thread Truls A. Tangstad
On Mon, Mar 07, 2005 at 06:35:07AM -0500, Bob Ippolito wrote: > On Mar 7, 2005, at 5:11, Piet van Oostrum wrote: > > <[EMAIL PROTECTED]> wrote: > >> hi all > >> i was wondering if it is possible to use pyGTK to program > >> crossplarform python apps. I have been it checking, downloaded > >> the in

Re: [Pythonmac-SIG] pygtk

2005-03-07 Thread Bob Ippolito
On Mar 7, 2005, at 5:11, Piet van Oostrum wrote: altern <[EMAIL PROTECTED]> (E) wrote: E> hi all E> i was wondering if it is possible to use pyGTK to program crossplarform E> python apps. I have been it checking, downloaded the installer from pygtk E> website but i cannot compile it so far. I ha

Re: [Pythonmac-SIG] pygtk

2005-03-07 Thread Piet van Oostrum
> altern <[EMAIL PROTECTED]> (E) wrote: >E> hi all >E> i was wondering if it is possible to use pyGTK to program crossplarform >E> python apps. I have been it checking, downloaded the installer from pygtk >E> website but i cannot compile it so far. I have been trying to install it >E> with pac

[Pythonmac-SIG] pygtk

2005-03-07 Thread altern
hi all i was wondering if it is possible to use pyGTK to program crossplarform python apps. I have been it checking, downloaded the installer from pygtk website but i cannot compile it so far. I have been trying to install it with packman but i cannot see it. I want it to create a opengl window.