mborgerson / pyside6_qtads

Python bindings to Qt Advanced Docking System for PySide6
Other
22 stars 9 forks source link

PySide6QtAds.ads can not be found #24

Closed RubendeBruin closed 8 months ago

RubendeBruin commented 1 year ago

This error is thrown whenever a function is called with invalid arguments. This suppresses the actual error message. Can be solved by adding

ads = _ads

to init.py

mborgerson commented 8 months ago

Should be fixed now