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
51 stars 10 forks source link

Python package gives ModuleNotFoundError after installed #2

Closed mrmaxguns closed 4 years ago

mrmaxguns commented 4 years ago

When trying to install the package from TestPyPi, python gives a ModuleNotFoundError when importing the package.

>>> import wonderwords
Traceback (most recent call last):
  File "<pyshell#22>", line 1, in <module>
    import wonderwords
ModuleNotFoundError: No module named 'wonderwords'
mrmaxguns commented 4 years ago

Bug was fixed by changing file structure and repackaging the module.