"bussiere maillist" wrote:

>i truly didn't understand this error :
> Traceback (most recent call last):
>  File "D:\Programmation\FrancePaquet\FrancePaquet.py", line 77, in ?
>    cabtri = "zz" + chiffrescabtri + clefc
> TypeError: coercing to Unicode: need string or buffer, int found
>>>>

hint:

>>> "one" + u"two" + 3
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: coercing to Unicode: need string or buffer, int found

</F> 



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

Reply via email to