RE: LDAP library to script administration operations for e.g. Netscape Directory Server

2001-05-16 Thread Ant Phillips
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

PythonWin crashing on COM call

2001-03-29 Thread Ant Phillips
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

Embedded App Problem with win32api

2000-12-07 Thread Ant Phillips
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