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 compatability (on pi zero if it matters) #52

Closed pootle closed 6 years ago

pootle commented 8 years ago

The cli things work OK, but if i run python3 and import papirus then help(papirus) gives `Help on package papirus:

NAME papirus

PACKAGE CONTENTS

FILE (built-in)

(END) ` so not a lot works!

shawaj commented 8 years ago

this is not working on python3.

Can you not just use python 2.7?

Or are you saying python3 is default on Pi Zero?

pootle commented 8 years ago

Its not default as built, but I use Python3 whenever possible, 'cos of the better language facilities and improved libraries

shawaj commented 7 years ago

See #26 also

tvoverbeek commented 6 years ago

See the python2-and-3 branch. The same code will run under both Python2 and Python3. Branch will soon be merged into master. Closing the issue.