I guess, a question along the same lines, is that I am trying to use the libxml2 and libxlst modules, and they don't seem to be available for ActivePython. Where can I get them to install them (or is it even possible). The reason I need them is to allow for an XML transformation using XSL.
Thanks again for all your answers. Fraser MacKenzie [EMAIL PROTECTED] -----Original Message----- From: Bob Kline <[EMAIL PROTECTED]> Date: Wed, 23 Apr 2008 21:21:30 To:[EMAIL PROTECTED] Cc:ActivePython Mailing List <activepython@listserv.ActiveState.com> Subject: Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython Fraser MacKenzie wrote: > How can I add modules to ActivePython. > Unfortunately, support for the Active Python equivalent of PPM has been abandoned for quite a while, and the developers' responses to inquiries about when we'll see a replacement facility have been less than optimistic. Here's a link to the PyXML binaries built for Python 2.5: http://www.burgaud.com/downloads/ Builds for earlier versions of Python are available on SourceForge: http://pyxml.sourceforge.net/ If you're inclined to use a package which is actually supported, take a look at http://codespeak.net/lxml/ (downloads of binaries for Windows at http://pypi.python.org/pypi/lxml/2.0.3). Basically, you download the build of the package which matches the version of Python you're running (doesn't have to be a match at a more granular level than 2.5, 2.4, 2.3, etc.) and run the .exe file you just downloaded. It finds your installation of Python and adds the module in the right place. Then you're ready to go. -- Bob Kline http://www.rksystems.com mailto:[EMAIL PROTECTED] _______________________________________________ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython