nikademus79 / psutil

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

Cant't execute #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by esalaz...@gmail.com on 11 May 2011 at 11:19

GoogleCodeExporter commented 8 years ago
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.

Original comment by g.rodola on 11 May 2011 at 12:10