Dear Dushyant
I has followed your introduction,but the errors is still existing as
the following:
----------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File"D:\python25\lib\site-packages\django\bin\newsite\manage.py",line
11,in <module>
File"D:\python25\lib\site-packages\django\core
\managemet.py",line1657,in execute_manager
project_directory=setup-environ<settings_mod>
File"D:\python25\lib\site-packages\django\core
\managemet.py",line1649,in setup_environ
project_module=_import_<project_name,<>,<>,['']>
import error:no module named mysite
-----------------------------------------------------------------------------------------------------------------
Thank you very much

On 9月18日, 下午6时25分, Dushyant Sharma <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to