Tyler W. Wilson wrote: >Or how about sticking to the popen interface in Python? I have never >used these routines
You don't want to use popen on windows, you want to use the subprocess module. Trust me ;-). It is a default module in python 2.4 but it is available for 2.3. Martijn. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
