|
From: Jens V. <je...@zo...> - 2002-11-30 01:13:57
|
this problem has nothing to do with zope. the ldap module zope is=20 trying to import is messed up. the one zope is trying to import is most=20= likely not the same one that gets imported if you run python itself=20 from the command line. you need to locate the exact python binary zope uses and rebuild the=20 python-ldap module with that binary. jens On Friday, Nov 29, 2002, at 19:09 US/Eastern, Jorge Loureiro Dias wrote: > I=B4m using Linux RedHat 8, Zope 2.6 , python-ldap-2.0.0pre06-1(rpm=20 > version) > and LDAPUserFolder. > I also have Python 2.2 installed. > > In Python, I can 'import ldap' and connect to my LDAP server.=20 > Everything > works fine. > > But when Zope starts and tries to import ldap, it fails and sends a=20 > message: > > "undefined symbol PyType_IsSubtype". > > With Zope 2.51 and another server the same error occurs. > > -- > Jorge Loureiro Dias > lou...@dt... > > > ------------------------------------------------------- > This SF.net email is sponsored by: Get the new Palm Tungsten T > handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev |