-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
"TypeError: 'WindowsPath' object is not subscriptable" HTML build does not working. #114
Comments
if you could zip and upload the whole folder somewhere ( eg https://drop.infini.fr/ ), it could help to debug and add usefull error messages, thank you in advance. if you want to publish a complex game, use |
Thank you! |
I have the same issue when using <Python -m pygbag --html main.py>. I have upload all files to https://drop.infini.fr/ . here is the link : https://drop.infini.fr/r/sWv5jqntaf#VrNNs5NUnlwC//IIbdneMgChT24ElK1H1hCZDKmV6BQ= It is worth mentioning that: <Python -m pygbag main.py> can run perfectly |
@songyuyx thanks but i had no problem packing your game to .html
du -hs build/web/songyuyx.html NB: the python runtime IS NOT encoded into the html file, so you may have trouble when behind a firewall/proxy. see #77 |
I tried to build project as html.
but it didn't work with this error:
My Env:
The text was updated successfully, but these errors were encountered: