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?
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
