#ive installed django on windows with the combination of several tutorials
and intstructs, and i am beggining lose all #will to eat, sleep, or do
anything else until i can resolve this.

#I simply did this: django-admin.py startproject mysite

#AND all was fine as these files were created:

Directory of C:\MYDJANGO\MYSITE

10/31/2006  08:16 PM    <DIR>          .
10/31/2006  08:16 PM    <DIR>          ..
10/31/2006  08:01 PM               557 manage.py
10/31/2006  08:01 PM             2,466 settings.py
10/31/2006  08:05 PM             1,716 settings.pyc
10/31/2006  08:01 PM               243 urls.py
10/31/2006  08:01 PM                 0 __init__.py
10/31/2006  08:16 PM               127 __init__.pyc
               6 File(s)          5,109 bytes
               2 Dir(s)   6,622,806,016 bytes free

#then i went to test my development server like so:

manage.py runserver AND the below error continues to haunt me! please help
anyone!

django-admin.py startproject mysite

C:\MYDJANGO\MYSITE>manage.py
Traceback (most recent call last):
  File "C:\MYDJANGO\MYSITE\manage.py", line 11, in <module>
    execute_manager(settings)
  File
"c:\python25\lib\site-packages\Django-0.95-py2.5.egg\django\core\manageme
nt.py", line 1299, in execute_manager
    project_module = __import__(project_name, '', '', [''])
ImportError: No module named MYSITE
-- 
View this message in context: 
http://www.nabble.com/slowly-losing-my-ming-w--a-django-error-in-command-line-on-windows-tf2550223.html#a7107991
Sent from the django-users mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to