[PyKDE] (no subject)
Ingo Krabbe
i.krabbe at dokom.net
Tue Feb 4 15:48:00 GMT 2003
On Tue, Feb 04, 2003 at 03:34:19PM +0100, François CORRIHONS wrote:
> Hi,
>
> Is it possible to provide a terminal through an application built with PyQt ?
>
> Thanks a lot,
>
You can simply use stdin,stdout just as in C or in C++ (cout,cin).
This works at least for UNIX, when starting the Application through a
terminal. Other solutions are to use PTY's. I don't know how to drive
a terinal through WINDOZE.
BYE INGO
More information about the PyQt
mailing list