Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:/Users/Stephen/Desktop/PY1/SI1.py", line 111, in <module>
  3. enemy.setx(x)
  4. File "C:\Users\Stephen\AppData\Local\Programs\Python\Python37\lib\turtle.py", line 1808, in setx
  5. self._goto(Vec2D(x, self._position[1]))
  6. File "C:\Users\Stephen\AppData\Local\Programs\Python\Python37\lib\turtle.py", line 3158, in _goto
  7. screen._pointlist(self.currentLineItem),
  8. File "C:\Users\Stephen\AppData\Local\Programs\Python\Python37\lib\turtle.py", line 755, in _pointlist
  9. cl = self.cv.coords(item)
  10. File "<string>", line 1, in coords
  11. File "C:\Users\Stephen\AppData\Local\Programs\Python\Python37\lib\tkinter\__init__.py", line 2469, in coords
  12. self.tk.call((self._w, 'coords') + args))]
  13. _tkinter.TclError: invalid command name ".!canvas"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement