-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
I keep gettnig stuck on a balckscreen #177
Comments
mp3 are not allowed they have side effects, see mandatory here https://pygame-web.github.io/#all-operating-systems . |
Hey @pmp-p I’ve been using the ‘sympy’ package, but whenever I run Pygame through PyGBag with debug mode enabled, I encounter this error: I have installed both packages via "pip install mpmath" && "pip install sympy". If that helps. As soon as I remove the import statement the game runs fine otherwise it is showing a black screen. Any help would be appreciated. |
sympy is non-stdlib extra module you need to put if in PEP 723 import list block, and you must prepend |
you did not update the code block. line 120 is where you previously loaded MP3 |
I keep loading the game but my code keeps getting stuck on a black screen it says its a problem with trnpersnt images but i dont rlly know
The text was updated successfully, but these errors were encountered: