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