google-code-export / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

调试时input函数不能正常使用 #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 比如 a=input('给个数')
按F5运行后什么也不显示,按下回车后显示‘给个数’。

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
python2.7 ulipad4.0

Please provide any additional information below.

Original issue reported on code.google.com by ningshao...@gmail.com on 8 May 2011 at 4:06

GoogleCodeExporter commented 9 years ago
在 Python Arguments Manager 的parameters中填入 -u 

Original comment by limo...@gmail.com on 9 May 2011 at 12:27

GoogleCodeExporter commented 9 years ago
谢谢。

Original comment by ningshao...@gmail.com on 10 May 2011 at 2:56