pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: py27-libxml2.2.7.8nb1 no Parser found



On Wed, 06 Jun 2012 16:34:27 +0900, Maurizio Caloro <mauric%gmx.ch@localhost> 
wrote:

# python2.7
Python 2.7.3 (default, Jun  5 2012, 09:21:07)
[GCC 4.1.3 20080704 prerelease (NetBSD nb2 20081120)] on netbsd5
Type "help", "copyright", "credits" or "license" for more information.
import xml.sax
parser = xml.sax.make_parser()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/pkg/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
quit

Please try to do following:
% ldd /usr/pkg/lib/python2.7/lib-dynload/pyexpat.so

--
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index