[Tutor] compiling python

Kent Johnson kent37 at tds.net
Thu Jun 19 13:57:44 CEST 2008


On Thu, Jun 19, 2008 at 7:11 AM, Sean Novak <snovak at snovak.com> wrote:
> missed answering that last part before I sent the email.
>
> import urllib
> import libxml2dom
> import xml.dom.ext

urllib is part of the standard lib. Perhaps you could replace the xml
libs with something that is in the standard lib, for example
xml.etree.ElementTree if you are using Python 2.5.

Kent


More information about the Tutor mailing list