You are not logged in.
Hi,
In a python shell I can import the xml.etree.ElementTree module, but in Eclipse / PyDev I get an error message:
ImportError: No module named etree.ElementTree
I tried to add the /usr/lib/python3.2/xml directory to Python interpreter libraries, but no avail. Any idea what's wrong?
Offline
Well, import xml.etree.ElementTree works in python shell, while in Eclipse I only need import etree.ElementTree, no xml tag.
i don't understand, but I'm happy at least. ![]()
Offline