-
-
Notifications
You must be signed in to change notification settings - Fork 245
'bpython.cli.FakeStdin' don't have fileno() method #232
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
Comments
Fixed by PR 21. Original Comment By: Sebastian Ramacher |
This has been reverted because it caused a bug with I asked hndrewaall on Bitbucket (who originally raise this issue) why they needed it - said
|
I ran into this also. http://stackoverflow.com/questions/29757251/get-the-path-of-the-current-tty-in-python/29757597#29757597 I'm using ioctl http://stackoverflow.com/questions/29614264/unable-to-fake-terminal-input-with-termios-tiocsti/29616465#29616465 to send commands to a alternate local tty to solve the 'live demo typing' problem. The project is at https://github.com/RichardBronosky/ttysend but the use of |
For a workaround, you might use |
'bpython.cli.FakeStdin' should have fileno() method
The text was updated successfully, but these errors were encountered: