At 12:28 PM 3/7/2006 -0800, Ben Bangert wrote: >Shouldn't setuptools see that the install is failing because the >dependency needs to be installed, and install the dependency?
If it knew what the dependencies were, there'd be no need to run the setup script *first*. (Note that most setup scripts that import themselves or their dependencies do it *before* they call setup(), so if the script fails, it's not like setuptools has any idea what arguments they were *going to* call setup() with.) _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
