What steps will reproduce the problem?
1. Ubuntu 12.04 LTS Desktop 64bit
2. sudo pip install psutil
3 python
import psutil
What is the expected output?
no errors
What do you see instead?
ImportError: No module named _psutil_linux
What version of psutil are you using? What Python version?
Latest, 2.7
On what operating system? Is it 32bit or 64bit version?
Ubuntu LTS 12.04 Desktop x64
Please provide any additional information below.
I have found that pip always installs two libraries _psutil_posix.so and
_psutil_linux.so with wrong permissions root/staff and rwxrwx---
The problem is gone when I manually change permissions for reading by normal
users
Original issue reported on code.google.com by vlad.bel...@gmail.com on 25 Mar 2014 at 2:52
Original issue reported on code.google.com by
vlad.bel...@gmail.com
on 25 Mar 2014 at 2:52