Re: [Pythonmac-SIG] selecting wxpython version with py2app

2009-03-11 Thread Christopher Barker
David Manthey wrote: I am using OS-X 10.5 (Leopard) with a wxPython program, and I want to bundle it into an application using py2app. I currently have wx version 2.8.9.2 installed, and when I run my python program on the command line, it works faultlessly. What python are you using? Apple's?

[Pythonmac-SIG] selecting wxpython version with py2app

2009-03-11 Thread David Manthey
Hi there, I am using OS-X 10.5 (Leopard) with a wxPython program, and I want to bundle it into an application using py2app. I currently have wx version 2.8.9.2 installed, and when I run my python program on the command line, it works faultlessly. When I bundle it with py2app, it uses the system

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/