-
Have they decided to keep the free tier after all?
1500 free per month, more than most hobby projects will use I guess.
copy the libraries into your own directory, or somehow add the path
Thanks, makes sense. For now I ended up working with 4 scripts, 1 in /home/pi doing the work and that at different times calls each of 3 different display instructions subprocesses that I saved in the examples directory. I will revisit though.
Have they decided to keep the free tier after all?
I'm not a python guy, but it sounds like the include path is relative to the script that you're trying to run. You'll either need to copy the libraries into your own directory, or somehow add the path of the waveshare libraries to the set of paths that python searches for libraries.