Im trying to do some things with python psutil but get a strange error.
procs = psutil.get_process_list()
Gets me the following error:
AttributeError: 'module' object has no attribute 'get_process_list'
The only thing i found about it was this: https://github.com/giampaolo/psutil/issues/524
But no real solution besides pasting it to another directory (which I tried but is not working for me). Does anyone has a clue why I get this error?