Hi All,
I've got a python module I call from within XSI that executes a batch
script by calling os.popen
process = os.popen(batchFilename)
This doesn't actually execute unless I call process.readlines() -
which would be fine, but then it executes twice.
I can't get it to execute just once - even tried a single line
process = os.popen(batchFilename).readlines()
Anyone encountered this and know a fix. This will really shock people,
but this is on win32.
Cheers,
Alan.
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi