popen eating quotes?

Jeff Epler jepler at unpythonic.net
Sun Aug 3 22:47:55 EDT 2003


The problem semes to be surmountable when the executable doesn't have
any spaces in its name.  You just need to determine the "8.3" name of
the executable, and use that when constructing the command to execute.
Try win32api.GetShortPathName for this purpose.





More information about the Python-list mailing list