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

Problems with Python - ImportError: cannot import name PapirusTextPos #179

Open canetti2 opened 6 years ago

canetti2 commented 6 years ago

Hello,

I installed the 2.7'' display and the Command line API examples does run without any problems. But unfortunately I have problems with the Pyhon API. The examples does not work.

I store the .py files in /home/pi/ and get this import error:

ImportError: cannot import name PapirusTextPos

.... or any other class I would like to import ...

I am a Python beginner - should I made any chmod changes? why is it?

tvoverbeek commented 6 years ago

Can you list the exact import lines from the failing .py file? That would help to pinpoint the problem.