← Back to team overview

openerp-l10n-pt-pt team mailing list archive

[Bug 497359] Re: saft-pt xml.etree

 

Python 2.4 users may install ElementTree from http://effbot.org/zone
/element-index.htm

Line 30 of saft_pt.py (from xml.etree import ElementTree as et) should
be replaced by the following code:

try:
    import xml.etree.ElementTree as et
except ImportError:
    import elementtree.ElementTree as et

-- 
saft-pt xml.etree
https://bugs.launchpad.net/bugs/497359
You received this bug notification because you are a member of Open ERP
em Português, which is the registrant for OpenERP Portugal.

Status in OpenERP Portugal: New

Bug description:
The module saft-pt requires xml.etree that's not available in Python 2.4 (new in Python 2.5)
Python 2.4 is the official version for CentOs platform.





References