-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdownload.html
74 lines (62 loc) · 2.5 KB
/
download.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!--#set var="head_title" value="Downloads" -->
<!--#set var="head_pagedescription" value="Downloads" -->
<!--#include file="ssi/head.shtml" -->
<h2>Releases on PyPI</h2>
<p>
The preferred point for downloading the 'official' source distribution
is now the <a href="https://pypi.python.org/pypi/python-ldap/">PyPI repository</a>
which supports installing via <a href="https://pypi.python.org/pypi/setuptools">setuptools</a>.
</p>
<p>
The documentation contains
<a href="doc/html/installing.html">detailed build instructions</a>
for manual installation if needed.
</p>
<h2>Binaries</h2>
<p>
Because distributions seem to be all over the place, this page
tries to list all the current ones we know of.
</p>
<p>
Note that the python-ldap team is not responsible for the binary packages
except the binaries you can grab from the PyPI page. Also note that binary
packages are most times not up to date. If you experience troubles
with a binary package it would be nice if you try to build a recent version
of python-ldap before submitting a bug report to make sure you did not
hit a problem already fixed in recent releases.
</p>
<dl>
<dt id="opensuse">
<a href="https://www.opensuse.org/">openSUSE Linux</a>
</dt>
<dd>
ships with python-ldap and there's an additional
<a href="http://download.opensuse.org/repositories/devel:/languages:/python/">
download repository</a> which contains builds of latest releases
(see also <a href="https://build.opensuse.org/package/show/devel:languages:python/python-ldap">
OBS package</a>).
</dd>
<dt id="debian"><a href="https://www.debian.org">Debian Linux</a></dt>
<dd>
Have a look into the
<a href="https://tracker.debian.org/pkg/python-ldap">Debian Package Tracker</a>
to get up to date information which versions are available.
</dd>
<dt id="win32">Windows</dt>
<dd>
Windows installer packages are also available in the
<a href="https://pypi.python.org/pypi/python-ldap/">PyPI repository</a> now.
The maintainer Waldemar Osuch has some <a href="http://www.osuch.org/python-ldap">
comments about his builds</a> too.
</dd>
<dt id="freebsd"><a href="https://www.freebsd.org/">FreeBSD</a></dt>
<dd>
The CVS repository of FreeBSD contains the package
<a href="https://svnweb.freebsd.org/ports/head/net/py-ldap/">py-ldap</a>.
</dd>
<dt id="macosx">Mac OS X</dt>
<dd>
You can directly <a href="faq.html#install_macosx">install with pip</a>.
</dd>
</dl>
<!--#include file="ssi/footer.shtml" -->