homeworkc / lazycast

A Simple Wireless Display Receiver
GNU General Public License v3.0
688 stars 89 forks source link

Lazycast broken by bullseye's removal of python2 #102

Open shodanx2 opened 2 years ago

shodanx2 commented 2 years ago

Working on a fix, Managed to install python2 but not the dependant libraries, even with pip2 installed, dbus fails to install

barhun commented 2 years ago

The steps I followed to make it run on python3:

JpTiger commented 2 years ago

Any chance you (or someone else who's already done it ) would be willing to upload the modified mice.py to the repo with those changes? I tried doing it myself and I'm still getting errors about python2 when running all.sh, which makes me think I'm probably doing it wrong, and that others following these directions likely will, too.

EDIT: Just realized that bullets 3-4 don't just apply to mice.py but ALL the python scripts

barhun commented 2 years ago

Note: I'm not sending a PR since I'm still not sure whether there might be other changes required to make this repo fully compatible with python3.

barhun commented 2 years ago

Opened the PR #106.