Yea, i was doing that, recompiled Python and worked all fine. Thanks a lot both of you.
2013/7/18 Armin K. <[email protected]> > On 07/18/2013 10:46 PM, francisco martinez wrote: > > Hello. > > My error is > > make[3]: Entering directory `/xc/proto/libxslt-1.1.28/python' > > SRCDIR=. /usr/bin/python ./generator.py > > Traceback (most recent call last): > > File "./generator.py", line 923, in <module> > > buildStubs() > > File "./generator.py", line 405, in buildStubs > > (parser, target) = getparser() > > File "./generator.py", line 26, in getparser > > parser = xml.sax.make_parser() > > File "/usr/lib/python2.7/xml/sax/__init__.py", line 93, in make_parser > > raise SAXReaderNotAvailable("No parsers found", None) > > xml.sax._exceptions.SAXReaderNotAvailable: No parsers found > > make[3]: *** [gen_prog] Error 1 > > make[3]: Leaving directory `/xc/proto/libxslt-1.1.28/python' > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory `/xc/proto/libxslt-1.1.28/python' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/xc/proto/libxslt-1.1.28' > > make: *** [all] Error 2 > > > > > > > > > > i suspect, it has to do with python,i already installed this package, > > and also made the tests on it(on python). > > the dependency libxml2-2.9.1 was also installed. > > i already tried the archives and google, and couldnt find something > > specific to my problem, if you can point me in the right direction, or > > any kind of help, would be great. > > Thanks in advance. > > > > > > You didn't had expat installed when you built python2 ... Read the > instructions and honor recommended deps, they are not recommended > without a reason. > -- > http://linuxfromscratch.org/mailman/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page >
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
