Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DESCRIPTION.rst 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. -----------------------
  2. THIS FORK IS DEPRECATED
  3. -----------------------
  4. The pyldap fork was merged back into python-ldap,
  5. and released as python-ldap 3.0.0.
  6. Development continues at:
  7. https://github.com/python-ldap/python-ldap/
  8. Documentation is available at:
  9. https://python-ldap.org/
  10. To install the new code, use::
  11. pip install python-ldap
  12. Package pyldap 3.0 now exists only to require python-ldap.
  13. .. warning::
  14. Unfortunately, due to `pip bug 4961`_, upgrading from previous versions
  15. using ``pip`` makes the ``ldap`` module unimportable.
  16. Instead of upgrading, please replace ``pyldap`` by ``python-ldap``
  17. in two separate steps::
  18. python -m pip uninstall pyldap
  19. python -m pip install python-ldap
  20. If upgraded already issue, you can fix your environment by uninstalling
  21. and reinstalling ``python-ldap``::
  22. python -m pip uninstall python-ldap
  23. python -m pip install python-ldap
  24. We are sorry for the inconvenience.
  25. If you have a better solution, please join the discussion at `pyldap bug 148`_.
  26. .. _pip bug 4961: https://github.com/pypa/pip/issues/4961
  27. .. _pyldap bug 148: https://github.com/pyldap/pyldap/issues/148