[Distutils] test for compiler on Windows?

Just van Rossum just@letterror.com
Mon Jul 1 04:31:02 2002


On Windows, how can I detect in my setup.py whether there is a compiler
available? I have one C extension in my package which is entirely optional, and
I would like "python setup.py install" to skip building the extension if there's
no compiler available.

Just