Python 2.7 OS X installer, mod_wsgi and Apache
The Python 2.6 OS X installer didn't support 64 bit architectures, necessitating some chicanery to get mod_wsgi, Python 2.6 and Apache2 working on 10.5.
However, the Python 2.7 OS X installer does build a 'fat' Python install, so I'd like to know if anyone's tried this setup before I ditch my current Python 2.6 local setup, rebuild mod_wsgi with Python 2.7 and restore 64 bit Apache2? Given the cautions, that is (although I don't use开发者_如何学Python IDLE).
How to solve your problem:
- upgrade OS X to 10.6
- install macports and install any python distribution you like (you can have multiple installed)
PS. I use Python 2.7 with mod_wsgi on Apache (64bit)
精彩评论