Re: Having problems getting django running under apache and mod_python

2007-10-29 Thread crudolph
Thanks! That worked and my apologies for using the wrong list :(. Chris. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroup

Re: Having problems getting django running under apache and mod_python

2007-10-29 Thread Jared Flatow
Looks like you want to just add '/Users/rudolph/Sites' to your PythonPath: this is the path that Python is searching for the moose module in, not the path of the moose module itself (therefore just get rid of the trailing moose). You'll probably also want to reference your settings module

Having problems getting django running under apache and mod_python

2007-10-29 Thread crudolph
Hi, The project I'm working on works just fine running the dev webserver, however trying to get it working under apache + mod_python is proving to be a bit frustrating. I'm using the 0.96 of Django + apache 2.2 + mod_python 3.3.1 - I'm also running MacOS X 10.5 (Leopard) I went back to basics an