IPython doesn't wait for raw_input()

已回答

When I use "Show command line afterwards" to interact with my script, IPython doesn't wait for raw_input().

If I uncheck "Show command line afterwars" and put -i as Interpreter options, the script runs perfectly, but auto complete doesn't work in the Run console

How can I use raw_input correctly?

How can I enable auto complete in python with -i option?

0
正式评论

Hi Nicolas Boettcher, 

thanks for reporting this issue. This is known issue and we're working on it. Please, vote for the issue to get notified once it's fixed.

请先登录再写评论。