Title: LDAP library to script administration operations for e.g. Netscape Directory Server
Searching can be easily done through ADO,
eg set a command string of SELECT distinguishedName
FROM 'LDAP://DC=myname,DC=com' WHERE objectCategory='Person'. I think updating
LDAP will require acces
Hi, can anyone help figure out why a COM call is failing. The method I am
calling is to a Microsoft Message Queuing component (MSMQ). The details of
the Receive() method are shown later on. If my Python script calls:
ReplyMessage = ReplyQueue.Receive() - it works fine
ReplyMessage = ReplyQueue.R
Hi,
I'm writing an embedded Python application in C++ on Win2K, using
ActivePython 2.0. The problem occurs when my C++ code calls
PyImport_ImportModule for a python script. If the script imports win32api
then the PyImport_ImportModule call fails. This only happens in my DEBUG
build, and it appea