dear Han you must add path of python.exe, django-admin.py and manage.py to your system path you should avoid copying system files here and there as it will cause problems.
clean approach should be 1. install python (say installed at C:\python25) 2. set path for python.exe 3. install django (will be installed at c:\python25\lib\site-packages) 4. add django-admin.py and manage.py (complete path) to system path 5. create a new folder (just to manage your applications) (say c: \djangoapps) 6. inside c:\djangoapps use command django-admin.py startproject mysite 7. it will create new folder mysite inside c:\djangoapps 8. here you can run server manage.py runserver and you are ready to work --~--~---------~--~----~------------~-------~--~----~ 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 options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---