MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / DistutilsExecError

Class DistutilsExecError

tools/python-3.11.9-amd64/Lib/distutils/errors.py:62–65  ·  view source on GitHub ↗

Any problems executing an external program (such as the C compiler, when compiling C files).

Source from the content-addressed store, hash-verified

60 pass
61
62class DistutilsExecError (DistutilsError):
63 """Any problems executing an external program (such as the C
64 compiler, when compiling C files)."""
65 pass
66
67class DistutilsInternalError (DistutilsError):
68 """Internal inconsistencies or impossibilities (obviously, this

Callers 3

make_zipfileFunction · 0.90
spawnFunction · 0.90
runMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected