Skip to content
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

Issue at start-up #21

Open
mtlberri opened this issue Apr 11, 2020 · 2 comments
Open

Issue at start-up #21

mtlberri opened this issue Apr 11, 2020 · 2 comments

Comments

@mtlberri
Copy link

Hi,

I just cloned the repo and the program would not start and provide following error:

(base) ➜ python-console-snake git:(master) python snake

Traceback (most recent call last):
File "main.py", line 26, in
run()
File "main.py", line 19, in run
theme.init()
File "/Users/Armellini1/Development/Python/python-console-snake/snake/theme.py", line 14, in init
colors_map = get_colors_map()
File "/Users/Armellini1/Development/Python/python-console-snake/snake/theme.py", line 30, in get_colors_map
for col in theme['colors'].iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'
%

Hope that helps.

@gmaciascorrea
Copy link

Hi mtlberri,

Please, could you tell me, what operational system are you running the script?
Based on my tests, at windows some functions doesn't work properly. Also, the python version used for this project was python 2.

@judemont
Copy link

judemont commented Mar 9, 2023

Hello, I have the same error.
My operating system is ubuntu (linux).
My python version is 3.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants