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
Python 2.4.3 (#1, Jun 11 2009, 14:09:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import psutil
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "psutil/__init__.py", line 89, in ?
import psutil._pslinux as _psplatform
File "psutil/_pslinux.py", line 504
yield (fd, family, type_, path, raddr, status, pid)
SyntaxError: 'yield' not allowed in a 'try' block with a 'finally'
This was introduced recently in 8a21224a674a ("merge netstat3 branch"). There
are two occurrences of this, and after commenting out the methods' contents
psutil seems to work fine on this box.
From asqueella on May 19, 2014 22:07:51
Original issue: http://code.google.com/p/psutil/issues/detail?id=506
The text was updated successfully, but these errors were encountered: