python - PySide embeded Terminal Emulator -


i making application using pyside. want embed terminal emulator (like linux konsole, or xterm). want have in application , not open new window.

does know of python libraries can this? , how incorporate it, have use special qwidget run properly?

i able run linux commands. how can done?

you can create terminal python subprocess. put down little more info here terminal app in pyside .

to embed in application add widget layout.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -