Hacker News new | ask | show | jobs
by MindTwister 4884 days ago
Removing

    #define hypot _hypot
from pyconfig.h (in my python include folder) got me to another hurdle

    function 'PyObject* boost::python::converter::do_return_to_python(char)' definition is marked dllimport
I have no idea what that means (never touched C++ in my life)
1 comments

Letting this rest for now, I'd like to hear if others have any success