PyErr_Format(PyExc_ImportError,"%s.%s import error: you compiled against API version 0x%04x, but are now importing an API with version 0x%04x which is not compatible - check your Python runtime environment for errors",BOOST_PP_STRINGIZE(XBOB_LEARN_MLP_MODULE_PREFIX),BOOST_PP_STRINGIZE(XBOB_LEARN_MLP_MODULE_NAME),XBOB_LEARN_MLP_API_VERSION,imported_version);
if(BOB_LEARN_MLP_API_VERSION!=imported_version){
PyErr_Format(PyExc_ImportError,"%s.%s import error: you compiled against API version 0x%04x, but are now importing an API with version 0x%04x which is not compatible - check your Python runtime environment for errors",BOOST_PP_STRINGIZE(BOB_LEARN_MLP_MODULE_PREFIX),BOOST_PP_STRINGIZE(BOB_LEARN_MLP_MODULE_NAME),BOB_LEARN_MLP_API_VERSION,imported_version);