Closed mrmaxguns closed 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'
Bug was fixed by changing file structure and repackaging the module.
When trying to install the package from TestPyPi, python gives a ModuleNotFoundError when importing the package.