xorbit / LiFePO4wered-Pi

Access library, command line tool and daemon for the LiFePO4wered/Pi module
GNU General Public License v2.0
132 stars 31 forks source link

Python 3 support #29

Closed daghemo closed 3 years ago

daghemo commented 4 years ago

The installation process seems not to be compatible with Python 3, because of fabricate.py.

I've seen that the work has been done by @smurfix within pull #28, but all that commits has been merged into py3-systemd-pkg branch.

May you can take only commit 796215c8568e12baf54f2d8de6c9604c976de59a into the master branch.

Some link on the subject: http://python3porting.com/noconv.html https://python-future.org/compatible_idioms.html https://docs.python.org/3.3/howto/pyporting.html

xorbit commented 3 years ago

Fixed by #46. All Python dependency has been removed from the build system.