Skip to content
Snippets Groups Projects
Commit e4f7e70e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Improve location of capsule

parent aa3e3301
No related branches found
No related tags found
No related merge requests found
......@@ -305,9 +305,9 @@ typedef struct {
if (!XbobIo_API) {
PyErr_Format(PyExc_ImportError,
# if PY_VERSION_HEX >= 0x02070000
"cannot find C/C++ API capsule at `%s.%s'",
"cannot find C/C++ API capsule at `%s.%s._C_API'",
# else
"cannot find C/C++ API cobject at `%s.%s'",
"cannot find C/C++ API cobject at `%s.%s._C_API'",
# endif
BOOST_PP_STRINGIZE(XBOB_IO_MODULE_PREFIX),
BOOST_PP_STRINGIZE(XBOB_IO_MODULE_NAME));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment