ephraim / lcurse

Python script to have a "curse" compatible client for linux
The Unlicense
51 stars 24 forks source link

Fedora #53

Closed lifeofdan closed 7 years ago

lifeofdan commented 7 years ago

Hello, I love the program. I am just having trouble installing this on fedora 25. I think it may be a problem with the naming structure of fedora vs ubuntu? I have installed all the dependencies, but it keeps complaining about not having PyQt5. I think fedora may call it "python-qt5". Is there any way to fix this?

ephraim commented 7 years ago

Could you please append the console output of a run of lcurse? Make sure pyqt5 is installed. Make sure, that the following line works in python commandline: from PyQt5 import Qt

lifeofdan commented 7 years ago

It was user error. I had to do "python3 -m pip install PyQt5" to install PyQt5. I really hate they python version variances.

Once I did that lcurse ran great. Thanks for the excellent program!

ephraim commented 7 years ago

Glad you could fix it!