You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I have copied my file in /.../python/testPsutil.py
2. The library was unzziped in /.../python/psutil
The file testPsutil.py:
---------------------
import psutil
print psutil.get_pid_list()
------------
Traceback (most recent call last):
File "testProcess.py", line 21, in <module>
import psutil
File "/usr/users/esalazar/OSA/jython/psutil/__init__.py", line 51, in <modul
from psutil._pslinux import *
File "/usr/users/esalazar/OSA/jython/psutil/_pslinux.py", line 13, in <modul
import _psutil_posix
ImportError: No module named _psutil_posix
Import
My sistem is Fedora 8, 32bits.
Python version is 2.5.1
Any help would appreciated
Please do not open tickets for these kind of questions (they are not bugs).
Use the mailing list instead: http://groups.google.com/group/psutil Problem
seems to be psutil is not installed.
Other than that I see "jython" in those paths and psutil does not support jython.
From esalaz...@googlemail.com on May 11, 2011 13:19:21
Original issue: http://code.google.com/p/psutil/issues/detail?id=162
The text was updated successfully, but these errors were encountered: