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.
Windowsのコマンド行に次のように入力しています: "dev_appserver.py" myapp
ただし、dev_appserver.pyファイルはワードドキュメントとして開くだけです。
なぜ私がそれを実行できないのか教えてもらえますか?
.py を Microsoft Word に関連付けることができました。これは Windows の問題であり、App Engine の問題ではありません。
dev_appserver.py を実行するには、試してください
python dev_appserver.py
これは、PATH に python があることを前提としています。