Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to package this library using pyinstaller #31

Open
Rachana-dot opened this issue Jan 17, 2024 · 0 comments
Open

Unable to package this library using pyinstaller #31

Rachana-dot opened this issue Jan 17, 2024 · 0 comments

Comments

@Rachana-dot
Copy link

Rachana-dot commented Jan 17, 2024

Traceback (most recent call last):
File "Tool.py", line 8, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "wordninja.py", line 80, in
File "wordninja.py", line 31, in init
File "gzip.py", line 58, in open
File "gzip.py", line 173, in init
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\rock\Documents\JSON_Proto_Creation\dist\Tool\_internal\wordninja\wordninja_words.txt.gz'

The tool is packaged, but the above issue appears when I try to launch the exe.

@Rachana-dot Rachana-dot changed the title Unable to package this library with pyinstaller Unable to package this library using pyinstaller Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant