You need to have django installed in your pythonpath. You can see the current python path by running python console and import sys print sys.path
If there's not the directory containing django sources, try adding the directory to the PYTHONPATH system environment variable, or symlink it somewhere to dir in sys.path A. ------------------------------------------------------ Ales Zoulek Jabber: ales.zou...@gmail.com ------------------------------------------------------ On Wed, Dec 16, 2009 at 9:07 PM, Gaston <gaston.fi...@gmail.com> wrote: > 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 django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.