* On 2014-07-28 at 14:38 BST, Anil Jangity via smartos-discuss wrote: > It’s installed but doesn’t work for the same reason. If it was fixed > last week, should I see it in this set: > > [root@tofu ~]# pkgin update > database for http://pkgsrc.joyent.com/packages/SmartOS/2014Q2/i386/All is > up-to-date > [root@tofu ~]#
No (at least not yet), it is fixed in pkgsrc trunk. > [root@tofu /opt/local/lib/python3.4/site-packages]# pkgin list |grep py34 > py34-pip-1.5.6 Installs Python packages as an easy_install replacement > py34-setuptools-5.0.1 New Python packaging system The package you need to fix this is py34-expat. The fix is to correctly depend on py-expat in the py-setuptools package, so that you only need to install setuptools and the correct dependencies will be pulled in automatically. So, until 2014Q2 gains that fix, you need to install py34-expat manually. -- Jonathan Perkin - Joyent, Inc. - www.joyent.com ------------------------------------------- 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
