Re: [python-win32] Midi files to Wav files

2005-11-18 Thread Tony Cappellini
Try pysonic http://pysonic.sourceforge.net/ Message: 2 Date: Thu, 17 Nov 2005 16:35:37 +0100 From: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: [python-win32] Midi files to Wav files To: python-win32@python.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1;

[python-win32] Pivot in Excel from Python

2005-11-18 Thread Harald Armin Massa
Peter,I had similiar challenges. After trying in vain for some time, I decided to add a VB-macro to the Excel Templates which does all the pivot creation and refresh of data, and to call that macro from Python. My impression was that there is some missing link within the Excel COM Interface, which

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

2005-11-18 Thread Tim Roberts
On Thu, 17 Nov 2005 13:36:27 +0100, Peter Sch?tz [EMAIL PROTECTED] wrote: 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

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

2005-11-18 Thread Peter Schütz
I tried VBA and it didn't work either. Some sort of Application Object error (don't remember the exact error message). However, I managed to create a pivot table in Excel by means of an ODBC connection. So I gave up trying to figure out why it didn't work. The following code created the Pivot