[wingide-users] Bug with input/output in Wing IDE-101 4.0.4
Wingware Support
support at wingware.com
Wed Oct 26 11:59:30 MDT 2011
On 10/26/11 12:49 PM, Denis Kirienko wrote:
> Probably, it is not the same problem, it is reproducible on Windows
> and Linux too
>
> Run the program in Debug mode:
>
> a = input()
> b = input()
> c = a + b
> print(c)
Ah, now I see it. The key is to use input() w/o a prompt. We've just
fixed this in our sources for our next release. A work-around is to use
input('?') or something like that.
Thanks for reporting this bug!
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list