On 07/27/2014 09:42 PM, Anil Jangity via smartos-discuss wrote: > Trying to build/install pip with the build in python3.4: > > [admin@tofu ~]$ python3.4 get-pip.py > Traceback (most recent call last): > File "get-pip.py", line 17474, in <module> > main() > File "get-pip.py", line 17466, in main > bootstrap(tmpdir=tmpdir) > File "get-pip.py", line 17406, in bootstrap > import pip > File "/tmp/tmpuur_wm8i/pip.zip/pip/__init__.py", line 9, in <module> > File "/tmp/tmpuur_wm8i/pip.zip/pip/log.py", line 8, in <module> > File "/tmp/tmpuur_wm8i/pip.zip/pip/backwardcompat/__init__.py", line 39, in > <module> > File "/opt/local/lib/python3.4/xmlrpc/client.py", line 136, in <module> > from xml.parsers import expat > File "/opt/local/lib/python3.4/xml/parsers/expat.py", line 4, in <module> > from pyexpat import * > ImportError: No module named 'pyexpat' > [admin@tofu ~]$ > > > I am not finding pyexpat.so anywhere, is this not included in this version of > python?
Hi Anil, It looks like it's always been a separate package. Do you have a py34-expat package available? At least, that's what I found on a slightly older branch when I did a pkgin av | grep expat. Robert ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
