PyInstaller ImportError: No module named 'pyfiglet.fonts'
问题 I'm attempting to use PyInstaller to compile one of the demo scripts for Asciimatics, in hopes to eventually be able to create a simple GUI for a text-based game I'm developing, and it returns the following error: C:\Users\X\Documents\Python Scripts\asciimatics samples\dist\test>test.exe Traceback (most recent call last): File "site-packages\setuptools-19.2-py3.4.egg\pkg_resources\__init__.py", line 443, in get_provider KeyError: 'pyfiglet.fonts' During handling of the above exception,