1

我在 Django 1.4 中使用了 Python 2.6。我可以在 python shell 中导入为:

from hurry.filesize import alternative

我还可以在 Django shell 中导入为:

./manage.py shell

from hurry.filesize import alternative 

但是在同一台机器上的真实 Django 项目中使用它时出现错误。有什么问题?

4

0 回答 0