[python-win32] Calling ADO/XML from Python

2004-12-16 Thread mokumgast38-pancakes
Currently I am testing a few samples in Python from: Programming Microsoft® SQL Server™ 2000 with XML, Second Edition (http://www.microsoft.com/mspress/books/6137.asp) The following fragment (from chapter 6) does not work: _conn = GenericUtil.CreateCOMObject('ADODB._connection') _conn._connection

RE: [python-win32] Problem building pywin32

2004-12-16 Thread Mark English
> From: Mark Hammond [mailto:[EMAIL PROTECTED] > Sent: 15 December 2004 22:35 > To: Mark English; [EMAIL PROTECTED] > Subject: RE: [python-win32] Problem building pywin32 > > > > Is there a way to pass this (include directory) as a command line argument to setup.py ? > > Unfortunately, there i