Re: my Python lib is broken

2007-10-06 Thread Bruno Rezende
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

Re: my Python lib is broken

2007-10-06 Thread Guilherme Polo
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

my Python lib is broken

2007-10-06 Thread Bruno Rezende
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 "", line 1, in AttributeError: 'module' object has no attribute 'dom'