Skip to content

Instantly share code, notes, and snippets.

@ityulkanov
Created October 16, 2018 17:46
Show Gist options
  • Save ityulkanov/83ef0b8c8dab20c86cb95b844bddaf53 to your computer and use it in GitHub Desktop.
Save ityulkanov/83ef0b8c8dab20c86cb95b844bddaf53 to your computer and use it in GitHub Desktop.
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