python-ldap OS X 10.6 and Python 2.6

前端 未结 4 1205
-上瘾入骨i
-上瘾入骨i 2021-01-12 09:19

Trying to install python-ldap for my Django project -- so far tried easy_install, pip, as well as building myself, but still getting the same errors:

dlopen(         


        
4条回答
  •  时光取名叫无心
    2021-01-12 09:52

    I encountered the same error under 10.7 (Lion) using easy_install and pip. Manually installing 2.3.13 was the answer there as well.

提交回复
热议问题