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
What steps will reproduce the problem?
1.import psutil
What is the expected output?
>>>
What do you see instead?
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/psutil/__init__.py", line 65, in <module>
import psutil._pslinux as _psplatform
File "/usr/lib64/python2.7/site-packages/psutil/_pslinux.py", line 87, in <module>
_TERMINAL_MAP = _psposix._get_terminal_map()
File "/usr/lib64/python2.7/site-packages/psutil/_psposix.py", line 117, in
_get_terminal_map
ret[os.stat(name).st_rdev] = name
OSError: [Errno 2] No such file or directory: '/dev/ttyUB1'
>>>
What version of psutil are you using? What Python version?
0.6.1
2.7.3
On what operating system? Is it 32bit or 64bit version?
Gentoo x86_64 Please provide any additional information below.
From [email protected] on November 28, 2012 08:42:05
Original issue: http://code.google.com/p/psutil/issues/detail?id=341
The text was updated successfully, but these errors were encountered: