| Name | lilyc |
|---|---|
| Email Address | n/a |
| Posts | 1 |
-
- 2013-02-22 22:18:07
- error shows when starting project
- Board » Getting Started » Django Installation
-
After I installed Python and Django, I tried to start a project by typing django-admin.py.
but it shows some error as below.
C:\Users\Co>django-admin.py
Traceback (most recent call last):
File "C:\Python33\Scripts\django-admin.py", line2, in <module>
from django.core import management
File "C:\Python33lib\site-packages\django\core\management\_init_.py", line 54
except ImportError e:
SyntaxError: invalid syntax
Can you please help me?


