--On 2. November 2005 08:48:24 -0800 Ernesto <[EMAIL PROTECTED]> wrote:
This worked for me on XP... not sure for 98...
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/409002
Thanks, this works!
Andreas
pgpeWK0kWa6KX.pgp
Description: PGP signature
--
http://mail.python.org/mailman
This worked for me on XP... not sure for 98...
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/409002
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I am using subprocess.Popen() to start Java processes (converters) from
within Zope under Windows 98 (sorry, we have to support the platform). The
call looks like this:
P = Popen('java.exe arguments...', stdout=PIPE, stderr=PIPE,
stdin=open('nul:')).
stdin=open('nul:') is required to