|
From: Joe L. <jl...@op...> - 2002-02-17 05:05:06
|
redhat 7.2 has python2 rpms that coincide with the python 1.x. You=B9ll need
to check for python2 with =B3rpm =ADq python2=B2 -- if its not there, grab it fro=
m
your local mirror.=20
As for Michael=B9s suggestion, my python-ldap is built against the same
python2 rpm that RedHat provides.
I=B9ll be building python-ldap-2.0.0pre5 shortly.
On 2/16/02 6:03 PM, "John E. Mayorga" <jma...@ya...> wrote:
> Michael,=20
>=20
> An "rpm -q python" coughs up "python-1.5.3-35"
>=20
> I guess I'll download, compile, and install the latest stable Python and =
get
> back to you.=20
>=20
> Thanks again.=20
>=20
> John=20
>=20
> =20
>=20
> Michael Str=F6der <mi...@st...> wrote:
>> "John E. Mayorga" wrote:
>>> >=20
>>> > I've read the mailing list archives, the docs, the FAQ, done
>>> > multiple searches with google, tried, and experimented, and now I
>>> > have to ask: what's wrong with this?
>>> >=20
>>> > I'm getting the following error when running make (or "python
>>> > setup.py build" for that matter):
>>> >=20
>>> > Traceback (innermost last):
>>> > File "setup.py", line 38, in ?
>>> > if cfg.has_option('_ldap', 'class'):
>>> > AttributeError: has_option
>>> > make: *** [build] Error 1
>>=20
>> Hmm, which version of Python and which version of DistUtils?
>>=20
>> Note that python-ldap2.0.0pre has not been tested on Python 1.5.x.
>> It should work (except module ldapurl).
>>=20
>> Ciao, Michael.
>=20
>=20
> Do You Yahoo!?
> Yahoo! Sports <http://sports.yahoo.com/oly> - Coverage of the 2002 Olymp=
ic
> Games
|