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
>
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.
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