PyErr_Format(PyExc_ImportError,XBOB_CORE_RANDOM_FULL_NAME" 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",XBOB_CORE_API_VERSION,imported_version);
if(BOB_CORE_API_VERSION!=imported_version){
PyErr_Format(PyExc_ImportError,BOB_CORE_RANDOM_FULL_NAME" 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",BOB_CORE_API_VERSION,imported_version);