Hello,
I'm new to Django and I'm following part 1 of the tutorial. When I try
creating a new project, the following error appears:
$ ~/programming/python/django-trunk/django/bin/django-admin.py
startproject mysite
Traceback (most recent call last):
File "/Users/gafiore/programming/python/django-trunk/django/bin/
django-admin.py", line 2, in <module>
from django.core import management
ImportError: No module named django.core
I've installed Django from SVN following the installation
instructions, and I'm using Mac OS X.
Thanks a lot for your help,
-Gaston
--
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.