Re: Running django+apache on my macbook

2008-01-20 Thread Anton P. Linevich
Greeting, John! Fri, Jan 18, 2008 at 11:29:38AM -0800, retireoncsco wrote: > > Anton, that was sort of my question, how do I complete your second > idea but w/o the recompile. The mac already comes with apache 2 > installed and running rather well, how hard would it be to add > mod_python or

Re: Running django+apache on my macbook

2008-01-19 Thread John M
sng, Thank you for the offer. Thats a great idea, and one I will probably purse, and if I have any issues, I'll post them here, but thanks for the phone offer, thats is most generous. John On Jan 19, 10:30 am, luxagraf <[EMAIL PROTECTED]> wrote: > Since I wrote that little guide Heather links

Re: Running django+apache on my macbook

2008-01-19 Thread luxagraf
Since I wrote that little guide Heather links to, I should point out that while the mod_python bit works fine, the real problem on a macbook with Leopard installed ends up being mysqldb (see ). I never have been able to successful compile a

Re: Running django+apache on my macbook

2008-01-19 Thread Heather
You have to do some editing to make it work for 64 bit. If you google mod_python leopard 64 bit you'll find some pages. Here is one... http://blog.wired.com/monkeybites/2007/11/tips-and-tricks.html I have a macbook pro and am running django w/ mod_python and the built in apache2 and mysql. On

Re: Running django+apache on my macbook

2008-01-18 Thread John M
Thakn you Graham, thats what I'm talking about. I just finished trying to compile mod_python, and it's not working, and I figured it was something like that. So it's off to try mod_wsgi. Thanks J On Jan 18, 4:29 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Jan 19, 8:49 am, John M

Re: Running django+apache on my macbook

2008-01-18 Thread Graham Dumpleton
On Jan 19, 8:49 am, John M <[EMAIL PROTECTED]> wrote: > I guess I wasn't clear on the PURPOSE to do it, experience, not > practicality. > > I love the built-in django server, it's awesome, how much easier could > anyone make it, I think none.  But, I wanted to get ready for what it > might be

Re: Running django+apache on my macbook

2008-01-18 Thread John M
I guess I wasn't clear on the PURPOSE to do it, experience, not practicality. I love the built-in django server, it's awesome, how much easier could anyone make it, I think none. But, I wanted to get ready for what it might be like to deploy django at a hosting facility, or maybe even on a home

Re: Running django+apache on my macbook

2008-01-18 Thread Christian Joergensen
John M wrote: > OK, > > So I know Linux / Apache pretty well, never really done any hard-core > stuff with it. Now I want to use apache on my macbook (intel) OSx > 10.5 (upgrade),but have no clue about how to do it. > > Googling for how to install mod_python results in a lot of issues from >

Re: Running django+apache on my macbook

2008-01-18 Thread John M
Anton, that was sort of my question, how do I complete your second idea but w/o the recompile. The mac already comes with apache 2 installed and running rather well, how hard would it be to add mod_python or mod_wsgi to that environment? Thanks John On Jan 18, 10:09 am, "Anton P. Linevich"

Re: Running django+apache on my macbook

2008-01-18 Thread John M
Thanks for the macports idea, i'll have a look. On Jan 18, 10:13 am, William Siegrist <[EMAIL PROTECTED]> wrote: > I recommend installing apache, python, and mod_python via MacPorts. > Thats what I do to run django on various Mac platforms. Granted, I > work with the MacPorts project, so maybe

Re: Running django+apache on my macbook

2008-01-18 Thread William Siegrist
I recommend installing apache, python, and mod_python via MacPorts. Thats what I do to run django on various Mac platforms. Granted, I work with the MacPorts project, so maybe I'm biased, but I also came from a linux environment and find MacPorts to be very useful for package management.

Re: Running django+apache on my macbook

2008-01-18 Thread Anton P. Linevich
Greeting, John! Fri, Jan 18, 2008 at 09:55:55AM -0800, retireoncsco wrote: > > OK, > > So I know Linux / Apache pretty well, never really done any hard-core > stuff with it. Now I want to use apache on my macbook (intel) OSx > 10.5 (upgrade),but have no clue about how to do it. > >

Running django+apache on my macbook

2008-01-18 Thread John M
OK, So I know Linux / Apache pretty well, never really done any hard-core stuff with it. Now I want to use apache on my macbook (intel) OSx 10.5 (upgrade),but have no clue about how to do it. Googling for how to install mod_python results in a lot of issues from what I can find, 64bit vs