[python-win32] Library not Registered Error while running

2008-03-16 Thread siddhartha veedaluru
Date: Fri, 14 Mar 2008 12:59:26 + From: Tim Golden <[EMAIL PROTECTED]> Subject: Re: [python-win32] Library not Registered Error while running WMI example script Cc: python-win32@python.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed siddha

Re: [python-win32] excelRTDServer demo not working

2008-03-16 Thread Kevin O'Connor
Hi Chris, On Mon, Mar 17, 2008 at 09:34:32AM +1100, Christopher Nilsson wrote: > On 14/03/2008, Kevin O'Connor <[EMAIL PROTECTED]> wrote: > > Any ideas where I could get the actual numbers from? > > As suggested there, you can try running makepy. eg: > > "%PYTHON_HOME%\Lib\site-packages\win32c

Re: [python-win32] excelRTDServer demo not working

2008-03-16 Thread Christopher Nilsson
On 14/03/2008, Kevin O'Connor <[EMAIL PROTECTED]> wrote: > On Fri, Mar 14, 2008 at 01:46:16PM +1100, Christopher Nilsson wrote: > > It's been ages since I looked at this, but you need to make sure the > > constants at the top of the module match your version of excel. The > > ones that are curre

[python-win32] setting labels in outlook calendar

2008-03-16 Thread jjjanse
After googling for a few hours I cannot find a solution to set a color on outlook appointments. In the following excerpt, an appointment is written, found and all appointments are read back. I used the makepy utility on the "Microsoft Outlook 11.0 Object Library" to be able to browse throu

[python-win32] Windows Address Book Example ...

2008-03-16 Thread Clinton Lee Taylor
Greetings ... Just for completeness, I thought I would post my final test for dumping just people in the Windows Address Book (WAB) with a Fax number ... Please understand that I'm just a beginner with python, so, no laughing ... ;-) I'm sure that there could be quite a bit more error checki

Re: [python-win32] Running SQL queries on excel sheets

2008-03-16 Thread John Machin
Rickey, Kyle W wrote: > Tim, thanks for your response. I've got 7 excel files that need reading > containing a total of ~6100 rows. I agree, about this code making me > sick :) That's not exactly "absolutely tons of data" :-) One problem with the ODBC approach to reading spreadsheets (at least w