Bitmessage / PyBitmessage

Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
https://bitmessage.org/wiki/Main_Page
Other
2.83k stars 576 forks source link

PyQt4 module is not availabale anymore #2148

Closed ghost closed 1 year ago

ghost commented 1 year ago

I'm getting error message that says "you have no PyQt4" while I have installed PyQt5. PyQt4 is no longer maintained :( Maybe I have wrong dependencies. Who knows?

shportix commented 1 year ago

I had the same problem. The only solution i found is to install environment that maintains PyQt4 (I choose Ubuntu 18.04)

ghost commented 1 year ago

Hm .. suddenly. Tend to become (if not already) abandonware

PeterSurda commented 1 year ago

There is a PR for QT5 support, but we don't have automated GUI tests.