Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Exception in Tkinter callback
  2. Traceback (most recent call last):
  3. File "C:UsersadminAppDataLocalProgramsPythonPython37libtkinter__init__.py", line 1705, in __call__
  4. return self.func(*args)
  5. File "C:UsersadminDesktoppythonfrontEnd.py", line 202, in <lambda>
  6. command=lambda : capturePiano(self)).place(x=monitorWidth/9,y=monitorHeight/2,anchor=CENTER)
  7. File "C:UsersadminDesktoppythonfrontEnd.py", line 187, in capturePiano
  8. superPiano.set(backPiano.funcPiano(self).idKey)
  9. AttributeError: 'bool' object has no attribute 'idKey'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement