I installed i18ndude
(an internationalization utility to be used in Plone) using easy_install
.
When I try to run the utility i18ndude
on my terminal, I get:
/usr/local/lib/python2.6/dist-packages/i18ndude-3.1.2-py2.6.egg/i18ndude/odict.py:7: DeprecationWarning: object.__init__() takes no parameters
dict.__init__(self, dict)
How do I suppress these warning messages when calling the utility from command line? Is it possible? I know in theory I should install other Python interpreter, and call i18ndude from that, but I would like a simpler approach (like a parameter or something like that).
BTW, I'm using a i18ndude
script from Plone official site.