Closed tuxxy closed 8 years ago
The psutil functions do not work, this is because system.py is using deprecated function names from the psutil library.
Here are the tracebacks:
Traceback (most recent call last):
cpu_usage = process.get_cpu_percent() AttributeError: 'Process' object has no attribute 'get_cpu_percent'
and
These function names were deprecated in version 2.0.0 of psutil.
I'll be making a pull request shortly.
Thanks TUX!!!
Thanks for the merge.
The psutil functions do not work, this is because system.py is using deprecated function names from the psutil library.
Here are the tracebacks:
Traceback (most recent call last):
and
These function names were deprecated in version 2.0.0 of psutil.
I'll be making a pull request shortly.