我正在尝试使用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 框架。我按照你的解释,但仍然无法导入包。