Use the binary installer for python-ldap rather: http://pypi.python.org/pypi/python-ldap/2.4.0
(for your version of Python, i.e. 2.7). easy_install quite often doesn't work on Windows because libs that use C-extensions require compiling and there isn't usually a C compiler around.

