-
-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Labels
Description
Reported in the mailinglist (resubmit):
#!python
>>> import consolectrl
>>> a = consolectrl.Consolectrl()
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/home/pberndt/.python/consolectrl.py", line 99, in __init__
assert(self._is_compliant())
File "/home/pberndt/.python/consolectrl.py", line 87, in _is_compliant
if not sys.stdin.isatty():
AttributeError: 'FakeStdin' object has no attribute 'isatty'
>>>
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/28
- Originally Reported By: Simon de Vlieger
- Originally Created At: 2009-06-12T23:59:26.811
Reactions are currently unavailable