[Pythonmac-SIG] timeout of connection?

Jon Christopher jon.christopher at gmail.com
Thu Dec 17 20:01:30 CET 2009


Thanks again Brad.  The link and the related peek into the underlying
operation of Apple Events was
instructuve.  Unfortunately, my particular bug shows up under Leopard
too, not just Snow Leopard, so I don't think it's related.

So, I'll reiterate my request.  Can can any of the appscript gurus
think of any reason why
the following (pseudo) code should fail:


import appscript
id=app("EyeTV").recordings.get()[0]
app("EyeTV").play(id) # works just fine
app("EyeTV").stop()  #works just fine

go_do_other_stuff_possibly_in_other_threads_for_a_really_long_time()

app("EyeTV").play(id)  # has no effect



Thanks for your time.

-Jon



On Thu, Dec 17, 2009 at 10:26 AM, Brad Howes <howes at ll.mit.edu> wrote:
> On Dec 16, 2009, at 2:26 PM, Jon Christopher wrote:
>
>> Thanks for the reply, Brad.
>>
>> I'm not familiar with the issue you describe.  Can you provide a
>> pointer to some related info?  How would I test to see if my script is
>> affected?
>
> http://db.tidbits.com/article/10643
>
> --
> Brad Howes
> Group 42
> MIT Lincoln Laboratory • 244 Wood St. • Lexington, MA 02173
> Phone: 781.981.5292 • Fax: 781.981.3495 • Secretary: 781.981.7420
>
>
>
>
>


More information about the Pythonmac-SIG mailing list