Howdy, On Fri, 2008-05-09 at 13:32 +1200, Arryn Pidwell wrote:
> >>>> import ldap > > Traceback (most recent call last): > > File "<stdin>", line 1, in ? > > File > > "/opt/Plone-3.1/Python-2.4/lib/python2.4/site-packages/python_ldap-2.3.4-py2.4-linux-i686.egg/ldap/__init__.py", > > line 22, in ? > > from _ldap import * > > ImportError: > > /opt/Plone-3.1/Python-2.4/lib/python2.4/site-packages/python_ldap-2.3.4-py2.4-linux-i686.egg/_ldap.so: > > wrong ELF class: ELFCLASS64 > >>>> > > > > At this point, I am unsure what to do next. Could I have some assistance in > > which direction to head towards? > Hi Mark, > > The ELFCLASS64 error indicates you are using a 64bit build of the ldap > package and the rest of your python system is probably 32bit builds. Thanks for the reply Arryn. Well, that is interesting because I downloaded the http://svn.kmrc.de/download/distribution/python_ldap-2.3.4-py2.4-linux-i686.egg file from the official site. There is an x86_64 egg as well, so I'm assuming this egg *should* be a 32 bit. It was installed directly, using .. [EMAIL PROTECTED]:/opt/plone/Python-2.4/bin# ./easy_install-2.4 /home/mark/Desktop/python_ldap-2.3.4-py2.4-linux-i686.egg /me chews on his lip. Not sure where to look now ... Mark
_______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
