Hi

I am using appscript to automate data processing through "Igor Pro".
However, I keep running into an Apple event time out problem when running a
process in Igor.  I realize the timeout duration on some programs can be
set, but I can't seem to set it through Igor's Do_Script command.  I have
pasted my code here: http://python.pastebin.com/m5e45943e

The time out occurs in the Igor_ProcessMol def.  How do I lengthen the time
out duration?  I have tried setting it via self.igor.activate(timeout=1200)
but that doesn't work.  It seems like self.igor.Do_Script() should have a
way to set the time out.

Any suggestions or work around greatly appreciated.
Geoff

-- 
NOAA Earth System Research Laboratory
Global Monitoring Division
325 Broadway, R/GMD1
Boulder, CO 80305
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to