Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Updated:

質問

Pythonで作成したアプリを起動すると「executePython Error: Can't execute python code. (err=-1)」と表示され、起動できない。


回答

以下のような原因が考えられますので、ご確認ください。

  1. モジュールのimportに失敗している
    モジュールの不足が無いか、ファイルパスが正しいかをご確認ください。

  • No labels