You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "...\QtADS\examples\centralwidget\main.py", line 104, in <module> w = MainWindow() ^^^^^^^^^^^^ File "...\QtADS\examples\centralwidget\main.py", line 23, in __init__ QtAds.CDockManager.setConfigFlag(QtAds.CDockManager.OpaqueSplitterResize, True) ^^^^^^^^^^^^^^^^^^AttributeError: module 'PyQtAds' has no attribute 'CDockManager'
I've checked the site-packages and didn't found any py modules. But instead have found sip modules.
Do I need to somehow compile sip modules? There is no instructions about it in the readme.