victorlei / smop

Small Matlab to Python compiler
MIT License
1.09k stars 410 forks source link

exception when importing readline on Windows #79

Closed ermanno closed 7 years ago

ermanno commented 8 years ago

With python 2.7 on Windows we cannot import readline. A possible workaround would be to try to import pyreadline as readline, as explained in http://stackoverflow.com/questions/6024952/readline-functionality-on-windows-with-python-2-7.

poleguy commented 8 years ago

I also see this issue. I'm going to try pyreadline. If smop works well it would be nice to see it polished and tested on windows.

victorlei commented 8 years ago

Guys as you probably guessed I dont use windows, so when you reach agreement let me know what to do