Python and XML

Martin v. Löwis martin at v.loewis.de
Sun Aug 3 13:48:22 EDT 2003


"Matthieu M." <mat at frheaven.com> writes:

> from xml.dom import pulldom
[...]
> ImportError: No module named dom
> 
> When I look in my Python folder I see .py files in xml/dom...

Please report 

1. the output of

import xml
print xml.__file__

2. The contents of the directory printed above

3. The contents of the dom directory inside.

Regards,
Martin




More information about the Python-list mailing list