Python Forum
pil ImageFont error inflateReset2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pil ImageFont error inflateReset2
#1
I am trying to use PIL's ImageFont tool, but I am getting an unusual error message. PIL installs without any problems and I can use other parts of it like Image and ImageDraw. But when I run
from PIL import ImageFont
a window opens with an error message that reads:

Error:
The procedure entry point inflateReset2 could not be located in the dynamic link library C:\Program Files\Inkscape\bin\libpng16-16.dll.
What is causing this error, and How do I fix it? I am using Windows 10 with the IDE Thonny 3.2.7 with Python 3 64-bit.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020