Re: Bug in po-checktrans.py ?



Le Tue, Dec 10, 2002, à 04:44:12PM +0100, Christophe Ponsard a écrit:

I am not a python-man but I am getting an error in
lign 53 of po-checktrans.py
   if s.find('fuzzy') >=0

which I fixed using
   if string.find(s,'fuzzy') >= 0


You have an ancient version of Python. Please upgrade to a post 2.0 version.

        -- Cyrille

-- 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]