Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sim not Running #192

Open
Nathan3-14 opened this issue Aug 29, 2024 · 0 comments
Open

Sim not Running #192

Nathan3-14 opened this issue Aug 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Nathan3-14
Copy link

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?

@Nathan3-14 Nathan3-14 added the bug Something isn't working label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant