Sunday, October 31, 2010

Local testing setup with Python 2.7 OS X installer, mod_wsgi and Apache?

the Python 2.7 OS X installer builds a 'fat' Python install, which
*should work* with the OS X Apache2 install and mod_wsgi. The Python
2.6 OS X installer didn't support 64 bit architectures, necessitating
Apache2 to be trimmed 32 bit (
http://groups.google.com/group/modwsgi/browse_thread/thread/cacddadc0c3c8e93/c92475afc0cc31eb?q=
).

For a local mod_wsgi/Django/Apache testing environment with the
minimum of work (in this case using the OS X Apache and an OS X Python
2.7 installer), I'd like to hear from anyone with this setup on OS X
10.5, before I ditch my Python 2.6, rebuild mod_wsgi with Python 2.7
and restore 64 bit Apache2.

I originally posted this on StackOverflow but had no response, so
hopefully someone on this list has been there first:
http://stackoverflow.com/questions/4028394/python-2-7-os-x-installer-mod-wsgi-and-apache

Dave Everitt

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment