You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: