need ldap windows binary and/or installation help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sells, Fred

    need ldap windows binary and/or installation help

    I'm running python 2.5 (or 2.4) in an XP environment.

    I downloaded and installed the .dll's from OpenLDAP-2.4.8+OpenSSL-0.9.8g-Win32.zip and copied the .dll's in c:/windows/system32 as instructed

    now I get this error. Is there anyway to avoid building the python_ldap binaries? Apart from being lazy, I've got a secure system policy issue if I start compiling apps. I could give up and just start running in linux, but myxp environment is much friendlier to develop in. I've googled a lot, but all the links I've found talk to Unix or to compiling from source.

    Even if I build from source, will the mingw compiler mentioned in most postsproduce something that is compatible with "Python was built with Visual Studio 2003".

    c:\all>easy_ins tall python_ldap
    Searching for python-ldap
    Reading http://pypi.python.org/simple/python_ldap/
    Reading http://pypi.python.org/simple/python-ldap/
    Reading http://python-ldap.sourceforge.net/
    Reading http://python-ldap.sourceforge.net/download.shtml
    Reading http://sourceforge.net/project/showf...ackage_id=2011
    Best match: python-ldap 2.3.5
    Downloading http://downloads.sourceforge.net/pyt...9&big_mirror=0
    Processing python-ldap-2.3.5.tar.gz
    Running python-ldap-2.3.5\setup.py -q bdist_egg --dist-dir c:\documents and settings\frsell s\local settings\temp\e asy_install-uczq5i\python-ld
    extra_compile_a rgs:
    extra_objects:
    include_dirs: /usr/local/openldap-2.3/include /usr/include/sasl
    library_dirs: /usr/local/openldap-2.3/lib
    libs: ldap_r lber sasl2 ssl crypto
    file Lib\ldap.py (for module ldap) not found
    file Lib\ldap\schema .py (for module ldap.schema) not found
    warning: no files found matching 'Makefile'
    warning: no files found matching 'Modules\LICENS E'
    file Lib\ldap.py (for module ldap) not found
    file Lib\ldap\schema .py (for module ldap.schema) not found
    file Lib\ldap.py (for module ldap) not found
    file Lib\ldap\schema .py (for module ldap.schema) not found
    error: Setup script exited with error: Python was built with Visual Studio 2003;
    extensions must be built with a compiler than can generate compatible binaries.
    Visual Studio 2003 was not found on this system. If you have Cygwin installed,
    you can try compiling with MingW32, by passing "-c mingw32" to setup.py.

    ---------------------------------------------------------------------------
    The information contained in this message may be privileged and / or
    confidential and protected from disclosure. If the reader of this message is
    not the intended recipient, you are hereby notified that any dissemination,
    distribution or copying of this communication is strictly prohibited. If you
    have received this communication in error, please notify the sender
    immediately by replying to this message and deleting the material from any
    computer.
    ---------------------------------------------------------------------------
Working...