-
Notifications
You must be signed in to change notification settings - Fork 22
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
Running as stand-alone script on Windows #22
Comments
Works as expected on my system:
What build of Windows 10 are you using? Make sure to install it with: pip install --upgrade jupylet Make sure to update the archive with the examples too to the latest version, since the game script loads the jupylet library from the archive itself. Thanks for this report! |
The spaceship notebook runs fine in Jupyter, but "python spaceship.py" just waits and then dies silently (also tried it on a fresh virtual environment). |
What if you try: $ python spaceship.py --window glfw Does it work? |
When run as a stand-alone script on Windows 10 (Python 3.7.9), example programs just die silently after the first jupylet import (e.g.
from jupylet.sprite import Sprite
in spaceship.py)The text was updated successfully, but these errors were encountered: