PiSupply / PaPiRus

Resources for PaPiRus ePaper eInk displays
https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
Other
346 stars 88 forks source link

Python 3 compatibility for PaPiRus? #51

Closed Pingk-NC closed 8 years ago

Pingk-NC commented 8 years ago

I can't see any documentation regarding if PaPiRus is Python3 compatible or Python2 only; however trying to use PaPiRus in p3 results in many errors, which don't happen in the equivalent p2 code, so I'm going to guess that it's p2 only?

If that is true, I'd be happy to contribute towards porting it if some of you kind folk were willing to help.

Pingk-NC commented 8 years ago

Got it working in Python 3, following YoungAtHome's comment on 4th July to clear the python 3 papirus cache:

cd /usr/local/lib/python3/dist-packages/papirus
sudo find . -name '*.pyc' -delete

https://github.com/PiSupply/PaPiRus/issues/3