From: Zhang H. <zhb...@gm...> - 2010-10-27 14:43:26
|
Hi, developers. I can't install python-ldap from pypi.python.org, will you consider fixing it? First of all, there's a compile issue with py-ldap-2.3.12 on RHEL/CentOS 5.x: http://marc.info/?t=128152313400002&r=1&w=2 Old versions are not available: #---<--- # easy_install python-ldap==2.3.11 Searching for python-ldap==2.3.11 Reading http://cheeseshop.python.org/pypi/python-ldap/ Reading http://www.python-ldap.org/ Reading http://cheeseshop.python.org/pypi/python-ldap/2.3.12 No local packages or download links found for python-ldap==2.3.11 error: Could not find suitable distribution for Requirement.parse('python-ldap==2.3.11') # easy_install python-ldap==2.3.10 Searching for python-ldap==2.3.10 Reading http://cheeseshop.python.org/pypi/python-ldap/ Reading http://www.python-ldap.org/ Reading http://cheeseshop.python.org/pypi/python-ldap/2.3.12 No local packages or download links found for python-ldap==2.3.10 error: Could not find suitable distribution for Requirement.parse('python-ldap==2.3.10') # easy_install python-ldap==2.3.9 Searching for python-ldap==2.3.9 Reading http://cheeseshop.python.org/pypi/python-ldap/ Reading http://www.python-ldap.org/ Reading http://cheeseshop.python.org/pypi/python-ldap/2.3.12 No local packages or download links found for python-ldap==2.3.9 error: Could not find suitable distribution for Requirement.parse('python-ldap==2.3.9') #---<--- |