PyErr_Format(PyExc_RuntimeError,"%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_IO_MODULE_PREFIX),BOOST_PP_STRINGIZE(XBOB_IO_MODULE_NAME),XBOB_IO_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(XBOB_IO_MODULE_PREFIX),BOOST_PP_STRINGIZE(XBOB_IO_MODULE_NAME),XBOB_IO_API_VERSION,imported_version);