Odp: Re: Strange behaviour of input() function (Python 3.2)

2011-05-24 Thread sunrrrise
Ok, another time I'd like to thank you for your help. I gave up, I'm going to get used to IDLE GUI... at least this one works! -- http://mail.python.org/mailman/listinfo/python-list

Odp: Re: Re: Strange behaviour of input() function (Python 3.2)

2011-05-23 Thread sunrrrise
Hello, I have checked another computer (WinXP, 32b) with Komodo Edit 6.1 and ActiveState Python 3.2 - problem still occurs. Have you received my email? s. -- http://mail.python.org/mailman/listinfo/python-list

Odp: Re: Strange behaviour of input() function (Python 3.2)

2011-05-22 Thread sunrrrise
and IDLE gives me that: Wprowadz zmienna a: 4 Wprowadz zmienna b: 3 a to: 4 b to: 3 7 Works fine! But when I'm using Notepad (or Komodo) I get this: Wprowadz zmienna a: 4 Wprowadz zmienna b: 3 Traceback (most recent call last): File "c:\users\sunrrrise\Desktop\test.py", line 7

Strange behaviour of input() function (Python 3.2)

2011-05-22 Thread sunrrrise
rint(int(a) + int(b)) works well in IDLE, but when I'm switching to Notepad/Komodo I'm getting something like this: Wprowadz zmienna a: 3 Wprowadz zmienna b: 2 a to: 3 b to: Wprowadz zmienna b: 2 Traceback (most recent call last): File "c:\users\sunrrrise\Desktop\test.py",