On Tue, 2006-07-04 at 09:32 +0200, Dwayne Bailey wrote: > On Mon, 2006-07-03 at 21:16 +0200, Juanse Pérez Herrero wrote: > > I am "now" trying the lastest release. > > I am getting some errors like: > > > > error in filter startpunc: multistring([u'attachment is too large']), > > multistring([u'adjunto demaciado grande']), finditer() > > takes exactly 2 arguments (3 given) > > error in filter singlequoting: multistring([u'attachment is too > > large']), multistring([u'adjunto demaciado grande']), finditer() takes > > exactly 2 arguments (3 given) > > error in filter endpunc: multistring([u'attachment is too large']), > > multistring([u'adjunto demaciado grande']), finditer() takes exactly 2 > > arguments (3 given) > > error in filter startpunc: multistring([u'(no attachment)']), > > multistring([u'(sin adjunto)']), finditer() takes exactly 2 arguments > > (3 given) > > ... > > > > Everything seems to work ok > > Are they just ignorable warnings? > > You can safely ignore them. See bug > http://bugs.wordforge.org/show_bug.cgi?id=153 > > I have not had much luck replicating the error so if you can help create > test that enables reliable replication that would be appreciated.
I seem to have found the problem it seem that older version or sre.finditer don't accept the optional flag attribute. Can you apply the patch http://bugs.wordforge.org/attachment.cgi?id=70 to see if that solves the problem. -- Dwayne Bailey Translate.org.za +27-12-460-1095 (w) +27-83-443-7114 (cell) Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Translate-pootle mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/translate-pootle
