問題タブ [embedded-language]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - C++ から呼び出されている Python 関数から `print` を呼び出すことはできますか?
C++ から python 関数を呼び出して、python で計算を実行しようとしています。以下は、私の問題を再現するダミーのスニペットです。
部分にコメントすると、次のコードは(予想どおり)1を出力しprint("PY"...)
ます。しかし、Python メソッドから印刷を開始するとすぐに、常に -1 が返されます。Python からの印刷は私にとって重要ではありません。何が起こっているのかを理解したいだけです。どんな助けでも大歓迎です。ありがとう。