0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Google App Engine LauncherでNameError: name 'execfile' is not definedが表示される

0
Last updated at Posted at 2015-07-30

Google App Engine(GAE)をアップデートすると設定がクリアされ、Runができなくなる場合があります。GAE Launcherを使用し、うまくいかない場合はまずLogを見るようにします。Logはメニュー[Control] > [Log Console]で見ることができます。

NameError: name 'execfile' is not defined

今回Log画面にはこのように表示され、Runができませんでした。どうやらPythonの実行ファイルが見つからないためのエラーのようです。実行ファイルの設定はメニューの[Edit] > [Preferences]を選択します。

gae.jpg

Python Pathの欄にPythonの実行ファイルのパスを入力し、[OK]を押すと無事Runができるようになりました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?