Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError #37

Open
sadimahmud2004 opened this issue Dec 8, 2023 · 1 comment
Open

TypeError #37

sadimahmud2004 opened this issue Dec 8, 2023 · 1 comment

Comments

@sadimahmud2004
Copy link

sadimahmud2004 commented Dec 8, 2023

v 1.0
by sc0tfree

Traceback (most recent call last):
File "/usr/local/bin/mentalist", line 33, in
sys.exit(load_entry_point('Mentalist==1.0', 'gui_scripts', 'mentalist')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/controller.py", line 368, in main
controller = Controller()
^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/controller.py", line 31, in init
self.mainview = view.MainWindow(self)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/view/main.py", line 163, in init
size[1] = h - 10
~~~~^^^
TypeError: 'tuple' object does not support item assignment

@minhquan38
Copy link

It's because of your resolution, I try 1920:1080 and the error disappears.
From the previous issue, people try to change the code to stretch the resolution so I just decided to change my resolution instead of the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants