When I try to run the sim using pipenv run python run.py, the pygame window pops up for a split second, before closing with this error
Traceback (most recent call last):
File "/home/nathan/python/tildagon/risk_app/sim/run.py", line 180, in <module>
sim_main()
File "/home/nathan/python/tildagon/risk_app/sim/run.py", line 176, in sim_main
import main
ModuleNotFoundError: No module named 'main'
I imagine there is a file missing which executes some functions?
When I try to run the sim using
pipenv run python run.py
, the pygame window pops up for a split second, before closing with this errorI imagine there is a file missing which executes some functions?