Re: [PyQt] Small terminal/console with vt100 emulation

2011-10-12 Thread Henning Schröder
I fixed some small bugs, put everything on bitbucket and added some documentation * https://bitbucket.org/henning/pyqtermwidget * http://packages.python.org/pyqterm/ On Sat, Oct 1, 2011 at 1:03 PM, Henning Schröder wrote: > Hello, > because pyqonsole only works with Qt3 and porting to Qt4 looks

[PyQt] Small terminal/console with vt100 emulation

2011-10-01 Thread Henning Schröder
Hello, because pyqonsole only works with Qt3 and porting to Qt4 looks complicated, I used the vt100 implementation of AjaxTerm and created a PyQt4 widget for it. Now I can embed a shell in my Linux applications. If anyone else is interested in such a thing you will find the current version at http: