Guest User

Untitled

a guest
Jul 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "runUi.py", line 17, in <module>
  3. form = MainWindow() #... Instantiate 'form' as a MainWindow
  4. File "runUi.py", line 13, in __init__
  5. self.setupUi(self)
  6. File "G:DocumentsGitHubdoorbell3Ui.py", line 37, in setupUi
  7. self.pushButton_2.pressed.connect(Dialog.GreetFriend)
  8. AttributeError: 'MainWindow' object has no attribute 'GreetFriend'
Add Comment
Please, Sign In to add comment