fbs
fbs copied to clipboard
Issue with openpyxl library when running fbs freeze
Hi Michael,
Noticed an issue with openpyxl when running fbs freeze, not all of the library subfolders copy across.
It's easily fixed by copying them over after the fact but thought there might be an underlying issue that might need checking.
Thanks, Colin.
Hi,
fbs uses PyInstaller under the hood for packaging dependencies. Maybe your issue can be fixed by updating to a newer version of PyInstaller. If not, then you could google "pyinstaller openpyxl" and if that doesn't work raise an issue on PyInstaller's issue tracker.