Call a widget's methods in Python

There must be something wrong with either the wrapping or the way the wrapping libraries are being loaded in the extension. You could look at how things work in the core, where QObject signals/slots/properties/invokables are available in python. Maybe also look at other extensions that provide QObject/QWidget classes with wrapped methods. It could be something in the way the cmake files are set up.