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.
ボタンを押すと、1 つの wxpython アプリケーションのコードから python ターミナルを起動する必要があります。出来ますか?
wxPython の世界では、wxPython で書かれた Python シェルである PyShell を含むウィンドウを読み込むことができました。wxPython デモには例があります。PyShell にさらにいくつかの機能を追加する PyCrust (デモにもあります) もあります。
それ以外の場合は、subprocess モジュールを使用して、Python を含むコンソールを開くことで実行できます。