What did you do?
Porting variable in python using PIL library in python 3.5
What did you expect to happen?
Display of interpreted value pulled from array of changing values
What actually happened?
No matter how I call it I get a string or bool error. No matter what it will not allow use of an imported variable within the while True: loop.
Going through the structures there does not appear to be documentation on using variables within the draw.text text string section.
If I find the appropriate fix I will post an update.
What are your OS, Python and Pillow versions?
- OS: Raspbian
- Python: 3.5
- Pillow: osdefault
What did you do?
Porting variable in python using PIL library in python 3.5
What did you expect to happen?
Display of interpreted value pulled from array of changing values
What actually happened?
No matter how I call it I get a string or bool error. No matter what it will not allow use of an imported variable within the while True: loop.
Going through the structures there does not appear to be documentation on using variables within the draw.text text string section.
If I find the appropriate fix I will post an update.
What are your OS, Python and Pillow versions?