subprocess only good for win32?
Martin v. Loewis
martin at v.loewis.de
Wed Mar 31 18:47:18 EDT 2010
> WindowsError: [Error 14001] The application has failed to start
> because its side-by-side configuration is incorrect. Please see the
> application event log for more detail
This is a configuration error on your system. The application you are
trying to start is incorrectly installed - it's not only that Python
can't start it, but nobody can.
Regards,
Martin
More information about the Python-list
mailing list