Getting "ValueError: chr() arg not in range(256) "while adding glyph for character '0x20ac'
Opened this issue · 0 comments
SambhavJain19 commented
Getting "ValueError: chr() arg not in range(256). This is due to encoding problem with python2. I tried to run as: python3 hello.py but still this error persists. Can you look into this @Naereen . Thank you.