but they seem to be written from the perspective of a Linux user, or, at least, from a command line stand point which is not comfortable for me.
I've muddled through so far, but hang up on this line in the sconstruct:
- Code: Select all
if not (conf.CheckLib('python' + pyver, 'Py_Initialize') and conf.CheckHeader('Python.h')):
print "The Python" + pyver + " development libraries must be installed"
I've got the header file (Python.h) but I don't exactly understand where it's looking for the function Py-Initialize.
Has anyone built MH with Cmake?