Re: Bug in po-checktrans.py ?
- From: Cyrille Chepelov <cyrille chepelov org>
- To: dia-list gnome org
- Subject: Re: Bug in po-checktrans.py ?
- Date: Tue, 10 Dec 2002 17:55:21 +0100
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]