Copy your app to site-packages folder and see if that works. If you dont
know where site-packages folder is , do 'which python' from command line and
you will get an idea.

Dhruv Adhia
http://thirdimension.com



On Tue, Jul 14, 2009 at 8:22 AM, Nate Reed <natereed....@gmail.com> wrote:

> The admin tool is complaining about this environment variable, but I've
> never had this problem before on this box.  I'm not sure what's changed
> since the last time I used it.
>
> I tried specifying the path:
>
> $ django-admin.py syncdb --settings=mysite.settings
> Error: Could not import settings 'mysite.settings' (Is it on sys.path? Does
> it have syntax errors?): No module named mysite.settings
>
> What's the fix for this (short of modifying django-admin.py to add my
> project to the python import path)?
>
> I'm using django 1.0 (from SVN).
>
> Nate
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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