wxPython: how to create a bash shell window?

后端 未结 4 840
渐次进展
渐次进展 2020-12-01 15:11

I want to create a popup window using wxPython that acts like a bash shell. I don\'t want a terminal emulator, I don\'t need job control, I just want a REPL (Read, Eval, Pr

4条回答
  •  Happy的楠姐
    2020-12-01 15:45

    I found the solution for my problem. Funny how it never turned up in google searches before now. It's not production ready code, but it ultimately what I was looking for -- a way to run a bash shell in a wxPython window.

    http://sivachandran.blogspot.com/2008/04/termemulator-10-released.html

提交回复
热议问题