Re: about django-admin settings

2007-07-10 Thread jujian
Thanks! moving project to d:\python25\lib\site-packages worked. I find out that I just confused PYTHONPATH with sys.path use the command below worked too... set PYTHONPATH=d:\order set DJANGO_SETTINGS_MODULE=newtest.settings --~--~-~--~~~---~--~---

Re: about django-admin settings

2007-07-10 Thread [EMAIL PROTECTED]
Have you tried setting the PATH using Windows's Control Panel -> System -> Advanced -> Environment Variables? You can edit the PATH variable and add your project's directory to that variable, which may help. If not, you could just move your project to d:\python25\lib\site- packages. Derek On Jul

Re: about django-admin settings

2007-07-10 Thread jujian
still does not work ... I have set the environment variable PYTHONPATH to the parent directory of the mysite. ... raise EnvironmentError, "Could not import settings '%s' (Is it on sys.path? does it have syntax errors?): %s" % (self.SETTINGS_MODULE, e) environmentError: Could not import settin

Re: about django-admin settings

2007-07-08 Thread Aidas Bendoraitis
Set the environment variable PYTHONPATH to the parent directory of the mysite. That should help you. Regards, Aidas Bendoraitis aka Archatas On 7/9/07, jujian <[EMAIL PROTECTED]> wrote: > > HELP! > > > > > --~--~-~--~~~---~--~~ You received this message becaus

Re: about django-admin settings

2007-07-08 Thread jujian
HELP! --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For more