-
I'm attempting to integrate an existing Python/PyQt tool as a Ghidra script plugin. When I launch a PyQt based dialog what I'm observing is that about half of the time the dialog runs correctly and ha…
-
-
Hi,
I tried to display an image with PyQt5 using a simple get_frame() but it doesn't work. The method get_frame doesn't return any array.
```
import sys
from PyQt5.QtWidgets import QApplicatio…
-
I'm trying to install SIFT on a fresh Ubuntu 24.04.1 with Miniforge, following the instructions: https://sift.readthedocs.io/en/latest/installation.html#installing-with-conda
Everything seems to be…
-
-
I want to setup for Frescobaldi as Frescobaldi 3 on ```https://www.frescobaldi.org/download``` with Windows11.
I have installed PyQt5 with
```
python -m pip install PyQt5
```
Then I try to …
abeq updated
32 minutes ago
-
-
Hello, I have tried to run the code, it shoes a
"You need a PyQt5 to run this program.
Install PyQt5 by entering the following command in the terminal
pip install pyqt5"
However, the pyqt5 …
-
-