Checking dependencies with distutils

Etienne Marcel etienne at marcel.fr
Tue Oct 3 17:46:58 EDT 2006


Hello,

I would like to know if there is something in distutils (or in Python
stdlib) which allow me to check for dependencies (shared libraries,
headers or any other progs) before building/installing ?

I am aware of this nice utility :
http://trentm.com/projects/which/

which is useful (and cross platforms) to check if some executables are
in the "PATH".

Thanks in advance,



More information about the Python-list mailing list