Quoting "Gopinath V, ASDC Chennai" <[EMAIL PROTECTED]>:

> Hi
>   Can  any1 please tell me how do i open an editor in python running in
> linux os
>

Hi Gopinath,

try os.system, ie

import os
os.system('/usr/bin/xterm &')

Regards
Nick .

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to