At 09:51 AM 1/9/2007 +0100, Ronald Oussoren wrote: >Another alternative is to tweak >distutils.commands.build.build.sub_commands, which is more convenient >than subclassing.
But will crash other setup scripts if they're being run by easy_install, unless you use a try/finally block to remove your "tweak" afterwards. Subclassing is therefore the recommended (and documented) procedure. _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig