Python Forum
Running my game file yields a different error on a different computer system - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Running my game file yields a different error on a different computer system (/thread-30850.html)



Running my game file yields a different error on a different computer system - Bruizeh - Nov-10-2020

Hello,

I would like to first preface this by saying that I am not looking for help with the program itself, but rather with the execution of said file.

I recently made a game using Python Arcade which was developed further on Visual Studio Code, which ran perfectly and as intended on my local computer. As this was for an assessment, I then submitted the file to my teacher. However, she was unable to test the game I developed, as this error pops up on her system.

https://imgur.com/a/FTVFCe2

How has this occurred? I am running the same exact file on my local computer and it has not returned any issues, it is running and playing as intended. Does it have something to do with the environment in which the game file is being run? Not a single line of code was changed when submitting the file to my teacher, and I am currently running and playing the same file on my computer. I just find it really odd, and it's a shame because I'm being marked on the program itself, which works flawlessly, however as she is unable to actually open and run the game on her computer means I'm destined to fail. She herself is trying to find out what is happening.

The link below contains my work folder for reference. (Not really sure how to link it, decided to just upload all relevant files to my Mega)

Game folder