Advertisement
SteppYb

errors

May 20th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.71 KB | None | 0 0
  1.  
  2. Error 1:
  3.  
  4.  
  5. PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
  6. file not found
  7. Traceback (most recent call last):
  8.   File "c:\python\Utilities\resteppylight.py", line 94, in <module>
  9.     Item('Resolution', Menu((
  10.   File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 3306, in __init__
  11.     Widget.__init__(self, master, 'menu', cnf, kw)
  12.   File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2595, in __init__
  13.     BaseWidget._setup(self, master, cnf)
  14.   File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2564, in _setup
  15.     self.tk = master.tk
  16. AttributeError: 'tuple' object has no attribute 'tk'
  17. PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
  18. file not found
  19. Traceback (most recent call last):
  20.   File "c:\python\Utilities\resteppylight.py", line 94, in <module>
  21.     Item('Resolution', Menu(
  22. TypeError: Menu.__init__() takes from 1 to 3 positional arguments but 7 were given
  23. PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
  24. file not found
  25. Traceback (most recent call last):
  26.   File "c:\python\Utilities\resteppylight.py", line 94, in <module>
  27.     Item('Resolution', Menu(
  28.   File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 3306, in __init__
  29.     Widget.__init__(self, master, 'menu', cnf, kw)
  30.   File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2595, in __init__
  31.     BaseWidget._setup(self, master, cnf)
  32.   File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2564, in _setup
  33.     self.tk = master.tk
  34. AttributeError: 'MenuItem' object has no attribute 'tk'
  35.  
  36.  
  37.  
  38. Error 2:
  39.  
  40.  
  41. PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
  42. file not found
  43. Traceback (most recent call last):
  44.   File "c:\python\Utilities\resteppylight.py", line 94, in <module>
  45.     Item('Resolution', Menu((
  46.   File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 3306, in __init__
  47.     Widget.__init__(self, master, 'menu', cnf, kw)
  48.   File "C:\Users\me\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2595, in __init__
  49.     BaseWidget._setup(self, master, cnf)
  50.   File "C:\Users\me\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2564, in _setup
  51.     self.tk = master.tk
  52. AttributeError: 'tuple' object has no attribute 'tk'
  53. PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
  54. file not found
  55. Traceback (most recent call last):
  56.   File "c:\python\Utilities\resteppylight.py", line 94, in <module>
  57.     Item('Resolution', Menu(
  58. TypeError: Menu.__init__() takes from 1 to 3 positional arguments but 7 were given
  59. PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
  60. file not found
  61. Traceback (most recent call last):
  62.   File "c:\python\Utilities\resteppylight.py", line 94, in <module>
  63.     Item('Resolution', Menu(
  64.   File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 3306, in __init__
  65.     Widget.__init__(self, master, 'menu', cnf, kw)
  66.   File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2595, in __init__
  67.     BaseWidget._setup(self, master, cnf)
  68.   File "C:\Users\me\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2564, in _setup
  69.     self.tk = master.tk
  70. AttributeError: 'MenuItem' object has no attribute 'tk'
  71. PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
  72. file not found
  73. Traceback (most recent call last):
  74.   File "c:\python\Utilities\resteppylight.py", line 94, in <module>
  75.     Item('Resolution', Menu(
  76. TypeError: Menu.__init__() takes from 1 to 3 positional arguments but 7 were given
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement