[XML-SIG] interpreter problem

Andrew Kuchling akuchlin@mems-exchange.org
Thu, 30 May 2002 16:41:51 -0400


On Thu, May 30, 2002 at 03:21:06PM -0500, Erez Klein wrote:
>When I run the following 1 line program (saved in a file called xml.py):
>import xml.sax

It's importing your 'xml.py' module as the 'xml' module.  Try renaming
your test file to xml-test.py or something like that.

--amk