Please Help: xml.parsers.expat question

Markus Schaber markus at schabi.de
Fri Aug 10 18:04:23 EDT 2001


Mr <mrobinson3 at uswest.net> schrub:

> How can I use xml.parsers.expat in jython on a Mac?  I tried
> 
>  import xml.parsers.expat
> 
> It won't work.

for me (using Jython 2.1a1 on java1.3.1 (JIT: null)), the following 
gives no error:

from xml.parsers import expat

markus

-- 
1) Customers cause problems.
2) Marketing is trying to create more customers.
Therefore:
3) Marketing is evil.  (Grand Edwards in comp.lang.python)



More information about the Python-list mailing list