Re: mod_python apache problems...

2006-08-29 Thread mediumgrade
Thanks, Ricardo. That was it :-) --~--~-~--~~~---~--~~ 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

Re: mod_python apache problems...

2006-08-27 Thread Ricardo Kirkner
On Sun, Aug 27, 2006 at 06:07:08PM -, mediumgrade wrote: > > I am trying to setup my django site using mod_python and apache. > > My Django project is called "autosales" and it works just fine when > accessing it from the development web server. However, when I try to > access it from

Re: mod_python apache problems...

2006-08-27 Thread Michael
    PythonPath "['/path/to/project'] + sys.path" Try removing "project from path:PythonPath "['/path/to/'] + sys.path"and add path to dkango src:PythonPath "['/path/to/django'] + ['/path/to/topdirectoryofproject'] + sys.path" -- --Michael --~--~-~--~~~---~--~~ You

mod_python apache problems...

2006-08-27 Thread mediumgrade
I am trying to setup my django site using mod_python and apache. My Django project is called "autosales" and it works just fine when accessing it from the development web server. However, when I try to access it from apache, I get the following error EnvironmentError: Could not import settings