First page
Back
Continue
Last page
Overview
Graphics
Verifying a header file exists
conf = Configure(my_env)
if not conf.CheckCXXHeader("num_util.h"):
print "Missing the num_util extension to Boost Python"
Exit(1)