Hope is a Dream. Dream is a Hope.

非公開ブログは再開しました。

PyInstallerでMatplotlibがexe化.

PyInstallerでmatplotlibをインポートしたスクリプトでエラー

Failed to execute script pyi_rth_pkgres

どうもdeveloper版を使えば解消できる.

ISSUE https://github.com/pyinstaller/pyinstaller/issues/2137

I have fixed this problem by following the steps:

Uninstall the PyInstaller downloaded from http://www.pyinstaller.org/

pip uninstall pyinstaller

Install the PyInstaller from the GitHub developer repository

pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip

Still not clear to me why the main site http://www.pyinstaller.org/ does not have the latest release?

Thanks