I am not able to run django under windows7

python django-admin.py  #is recognized if i paste it to c:/first/
Python26 together with python executable.

I am getting error:  No module named django.core
File "django-admin.py", line2, in <module>
from django.core import management

It seems the command line do not know about variables in the path:
Python django-admin.py    #is not recognized if i use path variable
 "C:/first/Python26/Lib/site-packages/django-1.2.1/django/bin"
It is recongmized as a command in if paste it to C:/first/Python26.

I added paths to System Path Variable:
C:/first/Python26
which contains copy af django-admin.py
C:/first/Python26/Scripts                                      which
contains copy af django-admin.py
C:/first/Python26/Lib/site-packages/django-1.2.1/django/bin      -
original django-admin.py

I run from command line cmd beeingin c:/first/Python26
python  # command works

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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