Skip to content

Example main.py run: AttributeError: module 'PyQtAds' has no attribute 'CDockManager' #735

Description

@andry81

System:

  • Python 3.12.2 (PyQt5, PyQtAds)
  • Windows 8.1

$ py main.py

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions