昨日アプリエンジンプロジェクトをアップロードしたとき(これ以前はすべて正常に機能していました)、何らかの理由で.pyファイル/モジュールの1つが見つかりません。私のディレクトリは次のとおりです。
app_directory/
gaesessions/
__init__.py
lib/
httplib2/
__init__.py
other stuff
app.yaml
appengine_config.py
index.yaml
All other .py files/modules
何らかの理由で、次のエラーが発生します。
import_string() failed for 'games.GetMyGames'. 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;
Original exception:
ImportError: cannot import name GameModel