Re: [python-win32] mapisend.py - How does it work?

2005-11-17 Thread Gregory Piñero
Thanks for all the help guys.  It turns out that their exchange server does act as an SMTP server.  So I'll just go that route for now. -Greg On 11/15/05, Joshua Kaderlan <[EMAIL PROTECTED]> wrote: On 2005-11-16 12:23 +1100, Mark Hammond <[EMAIL PROTECTED]> wrote:>> > B. I was asked to send emails

Re: [python-win32] inspect32.exe python equivalent?

2005-11-17 Thread Tim Roberts
On Wed, 16 Nov 2005 13:13:40 -0500, mark mclarnon <[EMAIL PROTECTED]> wrote: >The Microsoft SDK contains an EXE called inspect32.exe which implements an >active accessibility API interface. Is anyone aware of work in the Python >community to interface with the ActiveAccessibility API? This progra

[python-win32] Midi files to Wav files

2005-11-17 Thread [EMAIL PROTECTED]
Hi ! I want to convert my mid files to way files in MS Windows. I know that I can play the mid files, and I can record them as wav - with MMSystem unit. I need to play a midi file and record it in in-line. But how can I do it ? Anybody can help me ? I need some informations to start this work.

[python-win32] Creating pivot tables in excel using python

2005-11-17 Thread Peter Schütz
Hi, I am using Python 2.4.1 and I want to retrieve data from an Access database and display the results in an Excel pivot table. To get the data out of Access is no problem, but I have problems creating the pivot table in Excel. The following code is what I came up with (after running makepy on th