I have a C++ function that is wrapped for Python. This function has a parameter that must be a Python string. When I pass in the QString, PyQt is not converting the QString into a Python string automatically. So how do I explicitly do this?