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 apologize if I am missing something realy realy stupid, too many > hours working... > Thanks a lot in advanced > > My versions: > > $ more /usr/lib/python2.3/site-packages/Pootle/__version__.py > #!/usr/bin/env python > # -*- coding: utf-8 -*- > """this file contains the version of pootle""" > ver = "0.9" > > $ more /usr/lib/python2.3/site-packages/translate/__version__.py > #!/usr/bin/env python > # -*- coding: utf-8 -*- > """this file contains the version of translate""" > ver = "0.9" > build = 9000 > > $ more /usr/lib/python2.3/site-packages/jToolkit/__version__.py > #!/usr/bin/env python > # -*- coding: utf-8 -*- > """this file contains the version of jToolkit""" > ver = "0.7.8" > > 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 -- 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
