nikademus79 / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

get_io_counters failed with access denied error on seven 64 #189

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
p = psutil.Process(pid)
io_counts = p.get_io_counters() #failed

What version of psutil are you using? What Python version?
psutil 0.3.0
python 2.6.4 (64)

On what operating system? Is it 32bit or 64bit version?
windows seven 64

Please provide any additional information below.
on our parc, the user settings are itinerant, the machine are installed with 
ghost, the scripts are on a server, so all seem to be equal for the 
environnement.
the script is executed in a .bat using python our_script.py
on some pc, the script works greats but on some one, not?

Original issue reported on code.google.com by pastran...@gmail.com on 20 Jul 2011 at 12:33

GoogleCodeExporter commented 8 years ago
This is not a bug. 
Please post a new message on the psutil mailing list:
https://groups.google.com/forum/#!forum/psutil
I'll reply there.

Original comment by g.rodola on 20 Jul 2011 at 12:42