Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Django 1.4 中使用了 Python 2.6。我可以在 python shell 中导入为:
from hurry.filesize import alternative
我还可以在 Django shell 中导入为:
./manage.py shell from hurry.filesize import alternative
但是在同一台机器上的真实 Django 项目中使用它时出现错误。有什么问题?