Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython

2008-04-23 Thread Bob Kline
Fraser MacKenzie wrote: > 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 X

Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython

2008-04-23 Thread Fraser MacKenzie
g 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 Subject: Re: Issue Attempting to Import xml.parsers.xmlproc in A

Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython

2008-04-23 Thread Bob Kline
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

Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython

2008-04-23 Thread Fraser MacKenzie
lt;[EMAIL PROTECTED]> Cc:ActivePython Mailing List Subject: Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython Fraser MacKenzie wrote: > I am using python2.5 (downloaded and installed about a week ago). > > I am attempting to validate an XML file, using the appropriate DTD.

Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython

2008-04-23 Thread Bob Kline
Fraser MacKenzie wrote: > I am using python2.5 (downloaded and installed about a week ago). > > I am attempting to validate an XML file, using the appropriate DTD. > In looking at the ASPN Cookbook, it appears that I am suppossed to use > the following imports: > > from xml.parsers.xmlproc impor