Re: Newbie question....Compiling libxslt-1.1.28 error on Cross Linux From Scratch...?
Michael Ludwig <[email protected]> Wed, 6 Feb 2013 11:33:34 +0100
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <20130206103334.GA4472@Dago> |
[email protected] schrieb am 05.02.2013 um 21:38 (-0600): > I'm getting an error when compiling libxslt-1.1.28 on my newly built > Cross Linux From Scratch multi-lib build. I do have libxml2 installed > for dependencies sake. Some of what's on the screen: > xml.sax._exceptions.SAXReaderNotAvailable: No parsers found No idea what and why, but maybe your Python needs Expat, too: Issue 14839: xml.sax.make_parser() returns "No parsers found" http://bugs.python.org/issue14839 Michael