Checking dependencies with distutils

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Etienne Marcel

    #1

    Checking dependencies with distutils

    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 :


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

    Thanks in advance,
Working...