Hi,
I guess pyinstaller also does not support loading plug-ins using pkg_resources.
I don't know the way to do that.
Thanks,
Takeshi KOMIYA
2018-03-28 18:44 GMT+09:00 Dario Cassaniti <
lord...@gmail.com>:
> Hello, I have the same problem and I am using blockdiag 1.5.3.
> When i run my python program it works smoothly, but when I try to create a
> package with pyinstaller it creates an exe but then when it runs it gives me
> this error:
>
> File "site-packages\blockdiag\drawer.py", line 42, in __init__
> File "site-packages\blockdiag\imagedraw\__init__.py", line 46, in create
> RuntimeError: failed to load png image driver
> [5144] Failed to execute script reportcreator
>
> what am I doing wrong?