On Thu, Jun 19, 2008 at 7:11 AM, Sean Novak <[EMAIL PROTECTED]> 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 _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
