mrmaxguns / wonderwordsmodule

Generate random words and sentences with ease in Python. Be on the lookout for bugfixes and speed improvements in 2.3
https://wonderwords.readthedocs.io
MIT License
53 stars 11 forks source link

Does not work with pyinstaller #26

Open TimZwart opened 7 months ago

TimZwart commented 7 months ago

I have a project in which I'm using wonderwords. I decided to use pyinstaller to create an executable. Only it complains about not being able to find a temporary text file it can't find. On windows 10. I'm probably going to implement my own bad version of this package for my specific user case but I thought I'd let you know.

mrmaxguns commented 7 months ago

Would you mind sharing the error message?