【发布时间】:2009-09-25 00:26:45
【问题描述】:
我收到了这个错误,我该如何解决这个问题?
daniel@daniel-toshiba~ $ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named django
【问题讨论】:
-
你做了“setup.py install”吗?
-
我在哪里做这个,这个的标准目录是什么?