Skip to content

fix: include web/pyodide_main.py in game.zip bundle#508

Merged
dmccoystephenson merged 1 commit into
mainfrom
fix/include-pyodide-main
Jun 29, 2026
Merged

fix: include web/pyodide_main.py in game.zip bundle#508
dmccoystephenson merged 1 commit into
mainfrom
fix/include-pyodide-main

Conversation

@dmccoystephenson

Copy link
Copy Markdown
Member

The Web Worker unpacks game.zip to /game/ and then execs /game/web/pyodide_main.py, but the file was missing from the zip — only src/, schemas/, and config.yml were included.

Add web/pyodide_main.py to build_zip.py so it lands at /game/web/pyodide_main.py after unpacking.

Fixes: FileNotFoundError: no such file or directory /game/web/pyodide_main.py at runtime.

🤖 Generated with Claude Code

The Web Worker unpacks game.zip to /game/ and then execs
/game/web/pyodide_main.py, but the file was missing from the zip.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dmccoystephenson dmccoystephenson merged commit 0675065 into main Jun 29, 2026
4 checks passed
@dmccoystephenson dmccoystephenson deleted the fix/include-pyodide-main branch June 29, 2026 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant