> The best approach would be eliminating all the references to "os.popen3" > and "popen2.Popen3" replacing that code with shwrap.py classes, like > other backends do, that already hide windows particularities. In > particular, "_escapeArg()", "_joinArgv()" and "_run()" definitions > should go away, and "_run()" calls replaced by a single call to > "ExternalCommand(blabla).execute()".
Thanks, that's great to hear that there's already something abstracted out to help. I'll take a look at this and see if I can bring it up to speed. -e _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
