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



Datum: Wed, 06 Jun 2012 10:23:17 +0200
>Datum: Wed, 06 Jun 2012 09:34:27 +0200
>
>Hmm, then, how about followings?
>
>% python2.7 -c "import xml.parsers.expat"
>% python2.7 -c "import xml.sax.expatreader"

# python2.7 -c "import xml.parsers.expat"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/pkg/lib/python2.7/xml/parsers/expat.py", line 4, in <module>
    from pyexpat import *
ImportError: /usr/pkg/lib/python2.7/lib-dynload/pyexpat.so: Undefined PLT 
symbol "XML_SetHashSalt" (symnum = 78)


# python2.7 -c "import xml.sax.expatreader"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/pkg/lib/python2.7/xml/sax/expatreader.py", line 24, in <module>
    raise SAXReaderNotAvailable("expat not supported", None)
xml.sax._exceptions.SAXReaderNotAvailable: expat not supported
 
But why "undefined PLT symol", and "expat not supported?"
Expat are compiled without error from pkgsrc.
Thanks
Mauri

-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!                          
        
Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a


Home | Main Index | Thread Index | Old Index