Re: getting django working with apache and mod_wsgi on a brand new mac with xcode 4

2011-07-15 Thread Daniel Roseman
On Friday, July 15, 2011 4:38:08 PM UTC+1, Derick Felsman wrote: > > Well i can install apache and django just fine, but if I download the > wsgi source and use the make command on the makefile generated from > the configure script i ended up getting an error. upon some research > i discovered

Re: getting django working with apache and mod_wsgi on a brand new mac with xcode 4

2011-07-15 Thread Derick Felsman
Well i can install apache and django just fine, but if I download the wsgi source and use the make command on the makefile generated from the configure script i ended up getting an error. upon some research i discovered that xcode 4 removed support for the ppc architecture so you have to manually

Re: getting django working with apache and mod_wsgi on a brand new mac with xcode 4

2011-07-15 Thread i...@webbricks.co.uk
you need xcode to compile stuff like PIL, which most django projects need. then im stuck, for me the dev server is good enough for development on a mac. OP, why not use the dev server and leave apache where its best, in production on a linux server. (IMO?) On Jul 15, 2:54 pm, Javier Guerra Giral

Re: getting django working with apache and mod_wsgi on a brand new mac with xcode 4

2011-07-15 Thread Javier Guerra Giraldez
On Thu, Jul 14, 2011 at 5:22 PM, Derick Felsman wrote: > Hi, > > I'm brand new to django and have been having trouble setting it up > with apache and mod_wsgi on my new mac with xcode 4 installed.  All > the resources i've been able to find are either outdated or don't work > with an xcode 4 insta

Re: getting django working with apache and mod_wsgi on a brand new mac with xcode 4

2011-07-15 Thread Cal Leeming [Simplicity Media Ltd]
I'm sorry but I don't understand your question. Which resources are you saying are out of date?? Cal On Thu, Jul 14, 2011 at 11:22 PM, Derick Felsman < derick.fels...@cbsinteractive.com> wrote: > Hi, > > I'm brand new to django and have been having trouble setting it up > with apache and mod_ws

getting django working with apache and mod_wsgi on a brand new mac with xcode 4

2011-07-14 Thread Derick Felsman
Hi, I'm brand new to django and have been having trouble setting it up with apache and mod_wsgi on my new mac with xcode 4 installed. All the resources i've been able to find are either outdated or don't work with an xcode 4 installation. Does anyone know how to do this or know where i would be