Re: Django doesn't like serving a view to Apache

2009-01-21 Thread joshuajonah
I am running this script through shell while ssh'd into the server so its coming from the same source On Jan 21, 3:44 pm, joshuajonah wrote: > The library is for pulling data from MLS. > > I tried running it under the apache user, works fine there. I guess > I'll have to

Re: Django doesn't like serving a view to Apache

2009-01-21 Thread joshuajonah
The library is for pulling data from MLS. I tried running it under the apache user, works fine there. I guess I'll have to dig a little. On Jan 21, 3:39 pm, Colin Bean wrote: > On Wed, Jan 21, 2009 at 12:18 PM, joshuajonah wrote: > > > Why wouldn't it

Re: Django doesn't like serving a view to Apache

2009-01-21 Thread Colin Bean
On Wed, Jan 21, 2009 at 12:18 PM, joshuajonah wrote: > > Why wouldn't it at least except? > > On Jan 21, 3:17 pm, joshuajonah wrote: >> It doesn't even get to start the session:http://dpaste.com/111586/ >> >> On Jan 21, 3:14 pm, joshuajonah

Re: Django doesn't like serving a view to Apache

2009-01-21 Thread joshuajonah
Why wouldn't it at least except? On Jan 21, 3:17 pm, joshuajonah wrote: > It doesn't even get to start the session:http://dpaste.com/111586/ > > On Jan 21, 3:14 pm, joshuajonah wrote: > > > It works and outputs what it

Re: Django doesn't like serving a view to Apache

2009-01-21 Thread joshuajonah
It doesn't even get to start the session: http://dpaste.com/111586/ On Jan 21, 3:14 pm, joshuajonah wrote: > It works and outputs what it should:http://dpaste.com/111584/ > > I'll try commenting out some lines and seeing how far it gets. > > On Jan 21, 3:10 pm, Colin Bean

Re: Django doesn't like serving a view to Apache

2009-01-21 Thread joshuajonah
It works and outputs what it should: http://dpaste.com/111584/ I'll try commenting out some lines and seeing how far it gets. On Jan 21, 3:10 pm, Colin Bean wrote: > On Wed, Jan 21, 2009 at 11:34 AM, joshuajonah wrote: > > > I'm having an issue getting

Re: Django doesn't like serving a view to Apache

2009-01-21 Thread Colin Bean
On Wed, Jan 21, 2009 at 11:34 AM, joshuajonah wrote: > > I'm having an issue getting Apache to serve a view. It appears to work > fine through shell (http://dpaste.com/111549/), however when viewed > through a web browser, it loads indefinitely. > > Here is the view:

Re: Django doesn't like serving a view to Apache

2009-01-21 Thread joshuajonah
Also, this instance of django serves other views fine. On Jan 21, 2:34 pm, joshuajonah wrote: > I'm having an issue getting Apache to serve a view. It appears to work > fine through shell (http://dpaste.com/111549/), however when viewed > through a web browser, it loads

Django doesn't like serving a view to Apache

2009-01-21 Thread joshuajonah
I'm having an issue getting Apache to serve a view. It appears to work fine through shell (http://dpaste.com/111549/), however when viewed through a web browser, it loads indefinitely. Here is the view: http://dpaste.com/111551/ Any ideas guys?