ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

Python input() function causes EOF error #20

Closed dullbananas closed 5 years ago

dullbananas commented 5 years ago

The error occurs immediately when input() is called.

dullbananas commented 5 years ago

I want this fixed soon

dullbananas commented 5 years ago

I want getpass to work as well

ColdGrub1384 commented 5 years ago

I cannot reproduce it. Does it happen everytime?

dullbananas commented 5 years ago

Yes. It happens when input() is called from a script in the scripts directory, but not in the interactive console.

dullbananas commented 5 years ago

Actually, it does work if I enter the interactive console then exit before running the script.

dullbananas commented 5 years ago

But some other issues occur even if input() works.

ColdGrub1384 commented 5 years ago

Fixed by 152742beaf9bea1cc092d911e4831ddd87204cf9

dullbananas commented 5 years ago

yay