[python-win32] Internet Explorer COM issues with XP SP2?

2004-12-07 Thread Steve Mcdonald
Replying to message from Bryan Kamrath from back in October: > I am using the PAMIE > (http://pamie.sourceforge.net) module for doing some > automated web testing. This module works with the > Internet Explorer COM object to drive Internet > Explorer by automating navigates, button clicks, the >

[python-win32] Re: Application Error driving iTunes with COM

2004-12-07 Thread Simon Brunning
On Tue, 7 Dec 2004 15:33:24 +, Simon Brunning <[EMAIL PROTECTED]> wrote: > I'm getting an odd error while playing with iTunes. Here's a > simplified version of the code: Oops, I forgot. I'm using Python 2.3.4 and buil 163 of win32all. I'm driving iTunes version 4.7 on Windows 2000 workstation.

[python-win32] Application Error driving iTunes with COM

2004-12-07 Thread Simon Brunning
I'm getting an odd error while playing with iTunes. Here's a simplified version of the code: -- import win32com.client def main(): for track_index, track in tracks(): print track_index, repr(track.Artist), repr(track.Album), repr(track.Name), track.PlayedCount, print track.Pla