aardwolfgui icon indicating copy to clipboard operation
aardwolfgui copied to clipboard

Asynchronous RDP/VNC client for Python (GUI)

Results 3 aardwolfgui issues
Sort by recently updated
recently updated
newest added

When I run `ardpclient`, it fails for me with `AttributeError: type object 'UniTarget' has no attribute 'get_help'`: ``` Traceback (most recent call last): File "/usr/bin/ardpclient", line 8, in sys.exit(main()) ^^^^^^...

Before this change ardpclient crashed with an AttributeError. My version of PyQt6 is 6.7.1.

https://pillow.readthedocs.io/en/stable/releasenotes/9.2.0.html : > [Qt 5 reached end-of-life](https://www.qt.io/blog/qt-5.15-released) on 2020-12-08 for open-source users (and will reach EOL on 2023-12-08 for commercial licence holders).Support for PyQt5 and PySide2 has been deprecated from...