-
It appears that in PyQt4 and 5, QFontDialog.getFont returns a tuple of (font, ok), but in PySide 1 and 2, that result is reversed to (ok, font).
Here's how I'm working around it for now:
```
resu…
-
```
What steps will reproduce the problem?
1. slax ~ # python /usr/local/bin/Fern-Wifi-Cracker/execute.py
Traceback (most recent call last): File "fern.py", line 8, in
from PyQt4 import QtGui,Q…
-
-
```
What steps will reproduce the problem?
1. slax ~ # python /usr/local/bin/Fern-Wifi-Cracker/execute.py
Traceback (most recent call last): File "fern.py", line 8, in
from PyQt4 import QtGui,Q…
-
```
What steps will reproduce the problem?
1. slax ~ # python /usr/local/bin/Fern-Wifi-Cracker/execute.py
Traceback (most recent call last): File "fern.py", line 8, in
from PyQt4 import QtGui,Q…
-
```
What steps will reproduce the problem?
1. slax ~ # python /usr/local/bin/Fern-Wifi-Cracker/execute.py
Traceback (most recent call last): File "fern.py", line 8, in
from PyQt4 import QtGui,Q…
-
```
What steps will reproduce the problem?
1. slax ~ # python /usr/local/bin/Fern-Wifi-Cracker/execute.py
Traceback (most recent call last): File "fern.py", line 8, in
from PyQt4 import QtGui,Q…
-
PyQWT 5.2.0 does not compile with PyQt >= 4.10 due to removed PyQt4.pyqtconfig. See http://pyqt.sourceforge.net/Docs/PyQt4/build_system.html for details.
-
I'm pasting the complete output from having run the command:
```shell
python setup.py install
```
But
```
Carters-MacBook-Pro:video-importer carter$ python setup.py install
running install
…
-
* [Pygame](https://github.com/leachim6/hello-world/blob/main/p/Pygame.py)
* [PyQt4](https://github.com/leachim6/hello-world/blob/main/p/PyQt4.py)
* [PyQt5](https://github.com/leachim6/hello-world/bl…