PMW 0.8.5 vs Python 2.3

Robin Becker robin at jessikat.fsnet.co.uk
Sun Aug 10 04:31:10 EDT 2003


In article <3F35FF75.C01C5591 at alcyone.com>, Erik Max Francis
<max at alcyone.com> writes
>Robin Becker wrote:
>
>> I'm getting the following error when I attempt to run  an app with
>> Python 2.3. I suppose this was silently ignored under 2.2. With
>> debugging I see that s==0 in
>
>Something else is going on, you get the same error in 2.2:
>

so did someone change the return type of Tkinter.menu.entrycget ?

>Python 2.2.3 (#1, May 31 2003, 21:31:33) 
>[GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2
>Type "help", "copyright", "credits" or "license" for more information.
>>>> int(0, 16)
>Traceback (most recent call last):
>  File "<stdin>", line 1, in ?
>TypeError: int() can't convert non-string with explicit base
>

-- 
Robin Becker




More information about the Python-list mailing list