Christoph Haas wrote:
> On Tue, May 09, 2006 at 12:17:34PM -0700, James wrote:
> > How to recast an integer to a string?
> >
> > something like
> > n = 5
> > str = str + char(n)
>
> str(n)
>
> Kindly
>  Christoph

In python2,4, I 've got
TypeError: 'str' object is not callable 

J.L

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to