hi,

when i write the command at the time of creating a new directory for
starting a project with the command:
-----> django-admin.py startproject mysite

It shows me an error of the core module 's unavailability,

----->Traceback (most recent call last):
  File "/usr/bin/django-admin.py", line 2, in <module>
    from django.core import management
ImportError: No module named django.core

Even though the core directory is present in the django-trunk/django/, why
is it not being able to import it ?

thanks
regards lakshay

-- 
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?hl=en.

Reply via email to