|
From: Alexey S. <A.S...@md...> - 2002-09-16 20:57:12
|
Maybe this is a dev question, but why do I have to use Java specific
functions instead of a "standard" Python one? There seems many functionality
missing even if it could be implemented with Java (like stat() does not know
whether the file is a directory or a file).
- Alexey.
--
{ http://trelony.cjb.net/ } Alexey N. Solofnenko
{ http://www.inventigo.com/ } Inventigo LLC
Pleasant Hill, CA (GMT-8 usually)
-----Original Message-----
From: Jeff Emanuel [mailto:jem...@lg...]
Sent: Monday, September 16, 2002 8:10 AM
To: Alexey Solofnenko
Subject: Re: [Jython-users] How to read a program output in Jython?
If you start the program with java.lang.System.exec, then
you can get the java.io.OutputStream corresponding to the
process's standard out.
Alexey Solofnenko wrote:
> More specific? I need os.popen().
>
> - Alexey.
>
> --
> { http://trelony.cjb.net/ } Alexey N. Solofnenko
> { http://www.inventigo.com/ } Inventigo LLC
> Pleasant Hill, CA (GMT-8 usually)
>
>
|