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

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to