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

2022-11-24 Thread Friedemann Kleint via PySide
Hi, > What am I doing wrong here ? It is not necessary to set PYTHONPATH; the recommended way of doing this is to create a venv and build PySide into it (see https://doc.qt.io/qtforpython/gettingstarted.html / platform guides). PySide apps should then work without setting paths. Regards,

[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 v