Opened 12 years ago

Closed 12 years ago

#17692 closed Bug (invalid)

Error django.core

Reported by: the_maestro@… Owned by: nobody
Component: Uncategorized Version: 1.3
Severity: Normal Keywords: django.core, not found
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

C:\Users\\Python\Lib\site-packages\django\bin\django-admin.py startproject C:\Users\\Nicesiteyougotthere

When I enter this, I get the following error:
Tracebock (most recent call last):

File " C:\.....\django-admin.py", line 2, in <module>

from django.core import management

ImportError: No module named django.core

Do you know what the problem is?

Change History (1)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top