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

"FileNotFoundError: [Errno 2]" when creating exe with langdetect #1842

Closed
eahirst opened this issue Feb 26, 2016 · 1 comment
Closed

"FileNotFoundError: [Errno 2]" when creating exe with langdetect #1842

eahirst opened this issue Feb 26, 2016 · 1 comment

Comments

@eahirst
Copy link

eahirst commented Feb 26, 2016

I'm putting together an executable that uses the langdetect module, but every time I try to run the exe, it displays:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\me\\AppData\\Local\\Temp\\_MEI53962\\langdetect\\utils\\messages.properties

Use of modules with pyinstaller seems to be sort of buggy, so here's another module that it doesn't work with.

Running this on a Windows 7, by the way.

@htgoebel
Copy link
Member

Did you read this manual section https://pythonhosted.org/PyInstaller/#adding-files-to-the-bundle ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants