Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "filepath-example-only", line 825, in <module>
  3. main()
  4. File "filepath-example-only", line 817, in main
  5. main = MainWindow()
  6. File "filepath-example-only", line 780, in __init__
  7. topLayout.addWidget(self.startlabel,0,0)
  8. TypeError: 'PySide2.QtWidgets.QBoxLayout.addWidget' called with wrong argument types:
  9. PySide2.QtWidgets.QBoxLayout.addWidget(QLabel, int, int)
  10. Supported signatures:
  11. PySide2.QtWidgets.QBoxLayout.addWidget(PySide2.QtWidgets.QWidget, int = 0,
  12. PySide2.QtCore.Qt.Alignment = Default(Qt.Alignment))
  13. PySide2.QtWidgets.QBoxLayout.addWidget(PySide2.QtWidgets.QWidget)
  14.  
  15. Python 3.7.1rc2
  16.  
  17. Requirement already satisfied: PySide2 in
  18. c:usersMachine1appdatalocalprogramspythonpython37-32libsite-packages (5.12.0a1.dev1541316155)
  19. Requirement already satisfied: shiboken2 in
  20. c:usersMachine1appdatalocalprogramspythonpython37-32libsite-packages (from PySide2) (5.12.0a1.dev1541316155)
  21.  
  22. Python 3.7.2
  23.  
  24. Requirement already satisfied: PySide2 in c:usersmachine2appdatalocalprogramspythonpython37-32libsite-packages (5.12.1)
  25. Requirement already satisfied: shiboken2==5.12.1 in c:usersmachine2appdatalocalprogramspythonpython37-32libsite-packages (from PySide2) (5.12.1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement