[Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-13 Thread Chris Van Bael
Hi, I want to port an application that runs on Linux and Windows perfectly to OSX. We use Python 2.5, PyGame, PyGTK and SQLAlchemy for it. Now I have a system with Leopard on it, but want to make sure what would be the best solution to get these dependencies installed on it. I remember reading on

[Pythonmac-SIG] PyEnchant on (Universal) OS-X

2009-03-13 Thread Christopher Barker
Hi folks, Has anyone gotten PyEnchant (spell checker) working on OS-X? preferably with aspell, and a Universal build, but I'll take any success stories I can get. If so, how? thanks, -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R(

[Pythonmac-SIG] Build problem : Pyqt-4.5 on mac osx Leopard

2009-03-13 Thread massimo di stefano
Hi All, I'm tring to install pyqt4.5 on mac osx leopard (10.5.6) these the procedure i follow to build it : sip: export MACOSX_DEPLOYMENT_TARGET=10.5 python configure.py -n -d /Library/Python/2.5/site-packages \ -b /usr/local/bin -e /usr/local/include -v /usr/local/share/sip \ -s MacOSX10.5.sdk