Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Error 1:
- PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
- file not found
- Traceback (most recent call last):
- File "c:\python\Utilities\resteppylight.py", line 94, in <module>
- Item('Resolution', Menu((
- File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 3306, in __init__
- Widget.__init__(self, master, 'menu', cnf, kw)
- File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2595, in __init__
- BaseWidget._setup(self, master, cnf)
- File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2564, in _setup
- self.tk = master.tk
- AttributeError: 'tuple' object has no attribute 'tk'
- PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
- file not found
- Traceback (most recent call last):
- File "c:\python\Utilities\resteppylight.py", line 94, in <module>
- Item('Resolution', Menu(
- TypeError: Menu.__init__() takes from 1 to 3 positional arguments but 7 were given
- PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
- file not found
- Traceback (most recent call last):
- File "c:\python\Utilities\resteppylight.py", line 94, in <module>
- Item('Resolution', Menu(
- File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 3306, in __init__
- Widget.__init__(self, master, 'menu', cnf, kw)
- File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2595, in __init__
- BaseWidget._setup(self, master, cnf)
- File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2564, in _setup
- self.tk = master.tk
- AttributeError: 'MenuItem' object has no attribute 'tk'
- Error 2:
- PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
- file not found
- Traceback (most recent call last):
- File "c:\python\Utilities\resteppylight.py", line 94, in <module>
- Item('Resolution', Menu((
- File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 3306, in __init__
- Widget.__init__(self, master, 'menu', cnf, kw)
- File "C:\Users\me\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2595, in __init__
- BaseWidget._setup(self, master, cnf)
- File "C:\Users\me\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2564, in _setup
- self.tk = master.tk
- AttributeError: 'tuple' object has no attribute 'tk'
- PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
- file not found
- Traceback (most recent call last):
- File "c:\python\Utilities\resteppylight.py", line 94, in <module>
- Item('Resolution', Menu(
- TypeError: Menu.__init__() takes from 1 to 3 positional arguments but 7 were given
- PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
- file not found
- Traceback (most recent call last):
- File "c:\python\Utilities\resteppylight.py", line 94, in <module>
- Item('Resolution', Menu(
- File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 3306, in __init__
- Widget.__init__(self, master, 'menu', cnf, kw)
- File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2595, in __init__
- BaseWidget._setup(self, master, cnf)
- File "C:\Users\me\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2564, in _setup
- self.tk = master.tk
- AttributeError: 'MenuItem' object has no attribute 'tk'
- PS C:\Users\me> python -u "c:\python\Utilities\resteppylight.py"
- file not found
- Traceback (most recent call last):
- File "c:\python\Utilities\resteppylight.py", line 94, in <module>
- Item('Resolution', Menu(
- TypeError: Menu.__init__() takes from 1 to 3 positional arguments but 7 were given
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement