jaraco / jaraco.clipboard

MIT License
19 stars 1 forks source link

Pyinstaller does not pack the jaraco.clipboard package into the exe #11

Closed InfiniteNex closed 2 years ago

InfiniteNex commented 2 years ago

The following error occurs when running the exe:

jaraco_error

Running Python 3.9.13, and the latest versions of setuptools 65.3.0 and pyinstaller 5.3

InfiniteNex commented 2 years ago

Fixed the issue myself, by including --collect-submodules "MODULENAME" in the export command