pythad / nider

Python package to add text to images, textures and different backgrounds
MIT License
151 stars 19 forks source link

Example code crash #357

Open olivatooo opened 2 years ago

olivatooo commented 2 years ago

Description

SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

What I Did

header = Header('Your super interesting title!')
para = Paragraph('Lorem ipsum dolor sit amet.')
linkback = Linkback('foo.com | @username')
content = Content(para, header, linkback, padding=60)
seifeur commented 11 months ago

Same here, it's related to Pillow version..