ARGH! Python2.1 build
Neil Schemenauer
nas at python.ca
Wed Jun 27 11:43:09 EDT 2001
Glen Starchman wrote:
> Now, under 2.1 we are using DistUtils and it appears to me that the only
> way to *remove* a module from the build process is to add the module to
> disabled_modules_list in setup.py. What if I want nearly every module
> disabled?
You could just not install them or remove them after doing an install.
All the modules built by setup.py are shared.
BTW, why are you disabling most of the modules?
Neil
More information about the Python-list
mailing list