At 12:26 AM 7/17/2006 -0700, Bob Ippolito wrote: >Is there any reason why setuptools totally ignores extra_path when >using compatibility mode (e.g. calling .run() manually or --single- >version-externally-managed)?
It's probably an unintended side effect of the fact that setuptools doesn't support extra_path. > It makes uninstallation much more painful than it would've been otherwise. Weren't you using --root or --record? You pretty much have to do one or the other for backward compatibility to be in effect, I believe. _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
