-
Notifications
You must be signed in to change notification settings - Fork 70
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
problem with PyInstaller #38
Comments
Have you tried using |
@jcbrockschmidt Yes, I did. I'll try to get back to you to reproduce. However, I've moved on to an alternative lib. |
In that case, it's probably because we're reading files in a non-standardized way. I suspect we'll want to do something like this. Labeling as a bug. |
Can you use this?
|
The above solutions do not work for me on the latest pyinstaller with Python 3.5 - the |
I'm packaging a script as an executable via PyInstaller.
better_profanity always looks for a file in this directory:
C:\\Users\\<USERNAME>\\AppData\\Local\\Temp\\_MEI199002\\better_profanity\\alphabetic_unicode.json
Is there a way to select the file for that manually as we can for the wordlist?
Traceback:
The text was updated successfully, but these errors were encountered: