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シェルにインポートできます。
from hurry.filesize import alternative
次のように Django シェルにインポートすることもできます。
./manage.py shell from hurry.filesize import alternative
しかし、同じマシンの実際の Django プロジェクトで使用するとエラーが発生します。どうしたの?