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

Cant't execute #162

Closed
giampaolo opened this issue May 23, 2014 · 1 comment
Closed

Cant't execute #162

giampaolo opened this issue May 23, 2014 · 1 comment

Comments

@giampaolo
Copy link
Owner

From esalaz...@googlemail.com on May 11, 2011 13:19:21

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: http://code.google.com/p/psutil/issues/detail?id=162

@giampaolo
Copy link
Owner Author

From g.rodola on May 11, 2011 05:10:06

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.

Status: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant