Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#291 closed defect (invalid)

Installation problems

Reported by: anonymous Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

New to python and django(obviously)
Just completed install according to documentation on this site.
I am now trying to run
django-admin.py startproject myproject

and getting the following error.

File "django-admin.py", line 2, in ?

from django.core import management

ImportError: No module named django.core

any help?
Thanks

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: invalid
Status: newclosed

The ticket system isn't the place for support questions. Please try our IRC channel or mailing list. Go to djangoproject.com/community for more info.

Note: See TracTickets for help on using tickets.
Back to Top