-
Notifications
You must be signed in to change notification settings - Fork 124
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
Typo in "main.py" and Added "import colorsys" in background.py #21
base: main
Are you sure you want to change the base?
Conversation
Apparently, there is a dot (.), and it doesn't run properly.
There is a colorsys in line 9 and it needs to be defined properly.
no no, `.` means the current directory, it needs that otherwise it will
attempt to open a file in path, or what is system32 if you use that shitty
abomination called Microsoft Windows
…On Tue, Jul 6, 2021, 06:28 ph3b3 ***@***.***> wrote:
the . at the start of directorys is a unix thing i think
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH5R7YUBGIECCP5FY3ZLG2LTWKIBHANCNFSM47DEJEBA>
.
|
youll have to edit all of the directory references |
on your local version |
but it works on Windows as well, have you not used |
@phoebe-leong this guy is right though, it's supposed to be |
Ah okay okay, I am using Linux in testing the game. And the |
Running the game, there is a sudden error in the console that most of them are "undefined". And when importing the files for main.py, there is a dot (.) before the referenced file, thus throwing off an error