Using QML widgets into a WxPython application

hello
I would like to use a Widget - written in QML - in a large application based in wxPython.
I’m not sure whether this is possible, maybe someone has already tried and can share his/her experience
thanks
fabio

I’m sure you realize that QML is based on pyQT or pyside. I doubt that an integration would be very easy.

But if you have access to the QML widget source why not create your own in wxPython.
https://zetcode.com/wxpython/customwidgets/
Or maybe you could tell us what control/widget you are looking for - then maybe one of us has a solution.
Johnf