Thanks for the information! Indeed, I was geting an error when trying
to do:
from xml.dom import minidom
but it was because there is a xml.py file inside the same package, so
it happens a conflict...
On Oct 6, 9:22 am, "Guilherme Polo" <[EMAIL PROTECTED]> wrote:
> 2007/10/6, Bruno Rezende <[EMAI
2007/10/6, Bruno Rezende <[EMAIL PROTECTED]>:
> Hi,
>
> I think I've broken my python installation (don't know how). All the
> packages that are under 'lib' in python installation doesn't work the
> way expected:
>
> >>> import xml
> >>> xml.dom
> Traceback (most recent call last):
> File "", lin