On Feb 8, 4:39 am, Jeff <jostend...@gmail.com> wrote:
> I installed django today and have not been able to get it to work with
> apache, or itself really.  I have the path in the sys.path and have
> set the settings module to point to it, but it cannot find it.  It
> works fine when I use 'python manage.py shell' or 'python manage.py
> validate' but when I export the environment settings, the 'django-
> admin.py validate' throws an error saying its not in the sys.path or
> isn't valid.

Could you please post:
- The directory your Django project is in;
- The directory Django itself is in; and
- The output from the following command:
python -c "import sys; print sys.path"

?

And if you're really using mod_python already with Apache, also post
your vhost file.

To be honest though, if you're using Django for development you'd
really be better off with the built-in runserver for the moment.
--~--~---------~--~----~------------~-------~--~----~
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 to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to