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

GUI display fails on Ubuntu 20.04.2 LTS #3

Open
JohnM1949 opened this issue Jun 7, 2021 · 3 comments
Open

GUI display fails on Ubuntu 20.04.2 LTS #3

JohnM1949 opened this issue Jun 7, 2021 · 3 comments

Comments

@JohnM1949
Copy link

Installed system wide meety following pip3 install meety. Created yaml file and cmeety works as described.
However the GUI meety shows nothing in the display area, and when run from the commend line, received a flood of errors:

AttributeError: 'QSize' object has no attribute 'grownBy'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/meety/gui/main_window/meeting_list/delegate.py", line 53, in sizeHint
return orig_size.grownBy(QMargins(5, 10, 5, 15))

@GaetanoGeck
Copy link
Owner

Hi!

According to the error message, I suspect that the PyQt5 library is the problem. As you can see in the API documentation [1], QSize offers grownBy(). At least in version 5.15.

Would you be so kind to check and tell me, which version is installed on your system (or whether an update of these dependencies fixes the problem)?

On my system (also Ubuntu 20.04.2), I get the following output for pip3 list qt | grep -i qt:

PyQt5                     5.15.2
PyQt5-sip                 12.8.1

[1] https://doc.qt.io/qt-5/qsize.html

@JohnM1949
Copy link
Author

JohnM1949 commented Jun 8, 2021 via email

@GaetanoGeck
Copy link
Owner

Thanks, good to know!

I will add this dependency, to prevent this problem in the future.
(Will close this issue, when I've actually done this.)

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