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

psutils is giving access errors on Win 7 32 and 64 bits all the way to windows 10 #2

Closed
pinedoj opened this issue Jan 27, 2018 · 1 comment

Comments

@pinedoj
Copy link

pinedoj commented Jan 27, 2018

psutils is giving access errors on Win 7 32 and 64 bits all the way to windows 10
One fix is on banyan_base.py
try:
name=p.name() #<-- This will read the name
except Exception as e:
continue
#p_command = p.cmdline() #<-- This was original line
try:
#if any('backplane' in s for s in p_command): #<-- This was original line when received a list
if 'backplane.exe'== name: #<-- Since we stored the name on one variable no need to check a list

@MrYsLab
Copy link
Owner

MrYsLab commented Jan 27, 2018

This bug is fixed with version 2.4. Thanks for letting me know about it.

@MrYsLab MrYsLab closed this as completed Jan 27, 2018
@MrYsLab MrYsLab changed the title fsutils is giving access errors on Win 7 32 and 64 bits all the way to windows 10 psutils is giving access errors on Win 7 32 and 64 bits all the way to windows 10 Jan 27, 2018
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