PMW 0.8.5 vs Python 2.3

Erik Max Francis max at alcyone.com
Sun Aug 10 04:16:53 EDT 2003


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:

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

-- 
   Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
 __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
/  \ Men and women, women and men.  It will never work.
\__/  Erica Jong




More information about the Python-list mailing list