-
hello
i have a problem with thonny in my pc with windows 12
i can't installe the package pyqt5 or pyqt5 tools
-
```bash
pyzo
```
```
Command 'pyzo' not found, but can be installed with:
sudo apt install pyzo
```
```bash
sudo apt install -y pyzo
```
Output:
```
Reading package lists... Done
Bu…
-
The --pre Test workflow failed on 2024-12-02 00:37 UTC
The most recent failing test was on ubuntu-latest py3.12 pyqt5
with commit: b057d7b3eea83b0352f6b440fd780f08fc5081ce
Full run: https://github.c…
-
I tried to run the progrem and run into this error
Traceback (most recent call last):
File "demo_toolbox.py", line 5, in
from toolbox import Toolbox
File "E:\voice clone\toolbox\__init_…
-
I tried to set up the project with PyQt4 but couldn't install PyQt4 with pip:
```
ERROR: Could not find a version that satisfies the requirement PyQt4 (from versions: none)
ERROR: No matching distr…
dom-k updated
5 years ago
-
python2-sip-pyqt4 isn't supported properly anymore, packaging only works with legacy dependencies. Switching to PyQt5 is necessary.
-
При запуске не удаётся найти нужную функцию в пакете `matplotlib.backends.qt_combat`:
```
ImportError: cannot import name 'is_pyqt5' from 'matplotlib.backends.qt_compat'
```
Полный текст ошибки:
…
-
Hi,
I’m building a Pyqt5 GUI and I’m interested in embedding the voila-rendered notebooks in it.
Is there any straightforward way of doing this? Or else, where would you suggest me to start looking …
-
3.2 textedit显示问题
在showRecvMsg函数中,显示textedit数据时,当使用append()方法时没有问题,使用setPlainText()方法时程序出现错误,程序如下:
def showRecvMsg(self, recvmsg):
"""
show receive message.
msg = b'01 02 03 04 05'…
-
Hello,
I installed the plugin on macOS and on some startups (not all) I get this error message :
```
ImportError: cannot import name 'QWebView' from 'PyQt5.Qt' (/Users/jfv/.local/lib/python3.9/sit…