Created
October 16, 2018 17:46
-
-
Save ityulkanov/83ef0b8c8dab20c86cb95b844bddaf53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/Users/igor/cardGame/cardGame/GUI.py", line 46, in <module> | |
app = TexasHoldem() | |
File "/Users/igor/cardGame/cardGame/GUI.py", line 14, in __init__ | |
self.switch_frame(StartPage) | |
File "/Users/igor/cardGame/cardGame/GUI.py", line 19, in switch_frame | |
new_frame = frame_class(self) | |
File "/Users/igor/cardGame/cardGame/GUI.py", line 36, in __init__ | |
tk.Image(self, command = open("img//texas-holdem-poker.png")) | |
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tkinter/__init__.py", line 3498, in __init__ | |
self.tk.call(('image', 'create', imgtype, name,) + options) | |
_tkinter.TclError: image type ".!startpage" doesn't exist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment