lead-ratings / gender-guesser

Guess gender from first name in Python 2 and 3
https://testpypi.python.org/pypi/gender-guesser
GNU General Public License v3.0
129 stars 30 forks source link

Issues with pyinstaller #7

Open Intrac2004 opened 4 years ago

Intrac2004 commented 4 years ago

Hello everyone, I am intending to create an executable from my Python script, which includes the gender_guesser. The executable is fine, but when it comes to the bit where it uses the gender_guesser it throws an error message. I am confident, that the module is installed on my python distribution. Also, I copied the data folder next to the executable, which did not help. Has anyone an idea, what I can do? Many thanks, Paul

dlevinedclab commented 2 months ago

I have the same problem - did you figure it out?