From: <mi...@st...> - 2006-07-15 21:54:58
|
Ben Gollmer wrote: > On Jul 2, 2006, at 4:11 AM, Michael Str=F6der wrote: >=20 >> Ben Gollmer wrote: >> >>> >>> I've built a universal binary (PPC & Intel) package for python-ldap. >>> This is a standard Mac OS X installer which does not require >>> DarwinPorts or Fink. It's hosted at Bob Ippolito's PythonMac packages >>> site: http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- >>> macosx10.4.zip. It'd be nice to add that link to the Downloads page. >> >> >> Ben, thanks for contributing. I've added a link on the download page. >=20 >=20 > Thanks! Unfortunately the link on that page is broken. The correct URL > is as follows: >=20 > http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- > macosx10.4.zip The problem is that you are posting the URL with a space. But even if I omit the space I can't figure out what's the right URL. Maybe the URL on http://pythonmac.org/packages/py24-fat/ is also wrong? $ wget "http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- macosx10.4.zip" --23:50:55-- http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4-%20macosx1= 0.4.zip =3D> `python_ldap-2.2.0-py2.4- macosx10.4.zip' Resolving pythonmac.org... 66.33.220.150 Connecting to pythonmac.org|66.33.220.150|:80... connected. HTTP request sent, awaiting response... 404 Not Found 23:50:56 ERROR 404: Not Found. $ wget "http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4-macosx10.= 4.zip" --23:51:00-- http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4-macosx10.4= .zip =3D> `python_ldap-2.2.0-py2.4-macosx10.4.zip' Resolving pythonmac.org... 66.33.220.150 Connecting to pythonmac.org|66.33.220.150|:80... connected. HTTP request sent, awaiting response... 404 Not Found 23:51:00 ERROR 404: Not Found. Ciao, Michael. |