fbconsoleを使用しようとしています。
ウェブサイトは言う
pip install fbconsole
しかし、私はpipを持っていないので、easy_install fbconsoleを使用し、fbconsoleがインストールされています。
Python ディレクトリを確認すると、fbconsole-0.3-py2.7.egg ファイルがあります。
fbconsole をインポートしようとしましたが、エラーは
Internal Server Error
import_string() failed for 'myapp.views.index'. Possible reasons are: - missing __init__.py in a package; - package or module path not included in sys.path; - duplicated package or module name taking precedence in sys.path; - missing module, class, function or variable; Debugged import: - 'myapp' found in 'D:\\PythonProj\\LLL\\myapp\\__init__.pyc'. - 'myapp.views' not found. Original exception: ImportError: No module named fbconsole
更新 1: 私のプロジェクト構造は
私はKAYフレームワークを使用しているため、あなたの説明とはかなり異なります。私はあなたの説明に従いますが、それでもパッケージをインポートできません。