class MainWi ndow (qtw . Qma inW indow) : ttr ibuteError: module 'PyQt5. QtWidgets' has no attr ibute ' QmainWi ndow
时间: 2023-03-28 13:00:25 浏览: 152
这个问题是关于 Python 编程的,我可以回答。这个错误提示意味着 PyQt5 模块中没有 QmainWindow 属性,可能是拼写错误或者版本不兼容导致的。建议检查代码拼写和 PyQt5 版本是否正确。
相关问题
634: error:(- 2:Uns peci fied error)The functi on is not i mpl eented. Rebui ld the li brary wi th Wndow5,GTK+ 2.x or Cocoa support. If you are on Ubunt uor Debi an, i nstall li bgt k2.0- dev and pkg- conf i g, t hen re-run cmake or conf i gurescri pt in functi on 'cvNamedW ndow
这个错误提示是在使用 OpenCV 库时出现的,它表示某个函数没有被实现。解决方法是重新构建库并添加相应的支持,具体方法取决于你所使用的操作系统和库版本。如果你使用的是 Windows 5、GTK 2.x 或 Cocoa,可以尝试重新构建库并添加相应的支持。如果你使用的是 Ubuntu 或 Debian,可以尝试安装 libgtk2.0-dev 和 pkg-config,并重新运行 cmake 或 configure script。
阅读全文