対に私はPython用cocos2dをインストールし、サンプルがうまくのpython、インポートモジュールは、コード
を働いていた。しかし、私は、私はVisual Studioのコードで選択したフォルダの中にPythonのファイルを移動すると、それだけでそれを見つけることができないと言っていますモジュール名はcocosです。
私はlaunch.jsonの設定を変更する必要があると思いますが、どうすればよいか分かりません。
launch.jsonファイルの一部だけをアップロードします。
{
"version": "0.2.0",
"configurations": [
{
"name": "Python",
"type": "python",
"request": "launch",
"stopOnEntry": true,
"pythonPath": "C:/Users/Sanghun/AppData/Local/Programs/Python/Python35-32/python.exe",
"program": "${file}",
"debugOptions": [
"WaitOnAbnormalExit",
"WaitOnNormalExit",
"RedirectOutput"
]
},