[PySide] My first Shiboken6-based bindings: module import error

2022-11-23 Thread Filippo Rusconi via PySide
Greetings, I am starting the Python/PySide6/Shiboken6 journey. I built Pyside6 from source fine (git branch 6.3; SetupTools workflow) as per the instructions. I could configure a simple bindings setup where I generate bindings for one struct (my project is a library in C++/Qt6). The struct is

[PySide] Qt for Python release: 6.4.1 is out!

2022-11-23 Thread Cristián Maureira-Fredes via PySide
Hey there, It took us some extra days this time, but we are happy to inform you that 6.4.1 is out! You can get it as: pip install pyside6 or update your current installation via pip install pyside6 -U The changes can be found here