Created a PyPI package and it installs, but when run it returns an import error
问题 I've created a simple package and was able to publish it in PyPI. It's file struc is: DaysGrounded\ DaysGrounded\setup.py DaysGrounded\setup.cfg DaysGrounded\requirements.txt DaysGrounded\MANIFEST.in DaysGrounded\daysgrounded\ DaysGrounded\daysgrounded\__init__.py DaysGrounded\daysgrounded\__main__.py DaysGrounded\daysgrounded\cli.py DaysGrounded\daysgrounded\gui.py DaysGrounded\daysgrounded\shared.py I installed it in another machine and run c:\Python34\Scripts\daysgrounded.exe, but it