<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Is there a way in CMake, once I find the python interpreter, to query for the availability of a particular module? &nbsp;e.g. say I want to make sure that the host's python installation has PyQt4, or numy, or something like that. &nbsp;Do I have to manually run the interpreter, try to import it, and check the return code, or is there a builtin for that?<div><br></div><div>Something like this would be handy for the python modules:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><a href="http://www.gnu.org/software/autoconf-archive/ax_python_module.html">http://www.gnu.org/software/autoconf-archive/ax_python_module.html</a></div><div><br></div><div>Again, I couldn't find much in the docs for this.</div><div><br></div><div>-Todd</div><div><br></div></body></html>