From: Discussion a. h. l. f. P. u. <pyq...@li...> - 2021-03-13 08:06:29
|
Hi VW On Thu, Mar 11, 2021 at 8:28 PM Discussion and help list for PyQwt users <pyq...@li...> wrote: > However to the best of my limited knowledge Qt5 is not available on CentOS 7, so it looks like I won't be able to get Process Explorer running. I took a look. CentOS 7 is released 2009 so I guess you are correct However if you look at your earlier message: >>File "/home/zen/Downloads/procexp-master/singleprocess.py", line 23, in <module> >> from PyQt5 import Qwt >>ImportError: cannot import name 'Qwt' You are trying to import from PyQt5, not PyQt4. Where is the Qwt library installed? I tried to run procexp on my computer with Qwt6/PyQt-Qwt and it seems to work but since it needs root access I will test on a less valuable computer. I guess that there are some things that don't work but porting it should not be that difficult but if you are interested in a more modern Linux distribution. Cheers Gudjon |