Closed henriquedesousa closed 1 year ago
Maybe this is related: https://codereview.qt-project.org/c/qt/qtbase/+/425133
Hi, I met the same issue. And I find that by correcting setResizeMode
to setSectionResizeMode
, and then change some QtGui
to QtWidgets
in the sysmon.py from the error report in the commandline, the problem seems fixed. Hope this can be helpful. :D
Hi, I met the same issue. And I find that by correcting
setResizeMode
tosetSectionResizeMode
, and then change someQtGui
toQtWidgets
in the sysmon.py from the error report in the commandline, the problem seems fixed. Hope this can be helpful. :D
Cool, it worked, thanks~!! And to add to your answer, the lines where one has to change QtGui
to QtWidgets
are 119, 123, 595 and 598.
Also line 138, 151->158, 160, 161, 163, 164, 166, 167, 169, 170..
I could get this working to by doing some replacements... but is this going to be considered to be fixed? I mean i know how i could send a PR that fixes includes the lines that i fixed for myself. But i don't feel confident enough to judge whether this will break the code for other setups...
(Linux Mint 21.2 here as well...)
I could get this working to by doing some replacements... but is this going to be considered to be fixed? I mean i know how i could send a PR that fixes includes the lines that i fixed for myself. But i don't feel confident enough to judge whether this will break the code for other setups...
I think the project is dead, because the author is absent since 3 years. You could fork this and submit the fix commit, that way people will have a direct working project to checkout.
Hi, sorry I don’t have time to fix this at the moment but if you have a PR that would be great. Then we can check if it would break or not and submit to pip.
Hi, sorry I don’t have time to fix this at the moment but if you have a PR that would be great. Then we can check if it would break or not and submit to pip.
I created a PR here - hope that helps...
https://github.com/MatthiasSchinzel/sysmon/pull/33
(I am not an experienced contributor, so please be patient with me :wink: )
Hello, I'm using Linux Mint 21 Cinnamon which is based on ubuntu 22.04 but when I try to run sysmon, installed with
pip install sysmon
, the following error occurs:How can I help you debug this issue? Many thanks in advance,