Re: [Pythonmac-SIG] appscript and quicktime

2005-10-07 Thread Frank Hoffsümmer
Nicholas, Has, thanks a lot for bringing me up to speed! the help functions didnt all work for me, and I completely missed htmldoc.py, so I was flying blind e.g. quicktime.can_export.help() results in errors for me (using apples tiger pythonw) ==

Re: [Pythonmac-SIG] appscript and quicktime

2005-10-07 Thread has
Frank Hoffsümmer wrote: >the help functions didnt all work for me, and I completely missed htmldoc.py, >so I was flying blind >e.g. quicktime.can_export.help() results in errors for me (using apples tiger >pythonw) That's a bug in appscript 0.12.1; fixed in newer versions, though you'd need

Re: [Pythonmac-SIG] appscript and quicktime

2005-10-05 Thread has
captnswing wrote: >the following applescript snippet seems unimplementable in appscript, to me >at least: > >= >if (can export movie 1 as DV stream) is true then >try >with timeout of 360 seconds >export movie 1 to POSIX fil

Re: [Pythonmac-SIG] appscript and quicktime

2005-10-03 Thread Nicholas Riley
On Mon, Oct 03, 2005 at 09:21:41AM +0200, captnswing wrote: > if (can export movie 1 as DV stream) is true then > try > with timeout of 360 seconds > export movie 1 to POSIX file the_newname as DV stream > using settings the_settings with replacing > end timeou