Relative Content

Tag Archive for python-3.xc++11qt5pybind11

Pybind11 error: no matching function for call

I’m trying to build a DLL for Python, which uses Qt5 libraries; the below example defines a function, and mostly everything works – except I cannot make the method QString::toLocal8Bit available to Python.