Re: [Pythonmac-SIG] improving interactivity in scripts

2011-05-05 Thread Christopher Barker
On 5/4/11 2:41 AM, Adam Morris wrote: I was wondering what sort of options are out there for a poor soul who deploys Python extensively in his workflows, and uses appscript and calls to display dialog and the like to interact with the user, but would really, really like it if there could just be

Re: [Pythonmac-SIG] improving interactivity in scripts

2011-05-04 Thread Ned Deily
In article <0bdad7f3-dc82-425c-ad8f-86b1a2eb3...@letterror.com>, Erik van Blokland wrote: > On 4 mei 2011, at 11:41, Adam Morris wrote: > > > Could you suggest a package or different packages to use to get me > > things like checkboxes in my simple dialog boxes that also ask for > > input? > >

Re: [Pythonmac-SIG] improving interactivity in scripts

2011-05-04 Thread Erik van Blokland
On 4 mei 2011, at 11:41, Adam Morris wrote: > Could you suggest a package or different packages to use to get me > things like checkboxes in my simple dialog boxes that also ask for > input? I've found the Vanilla library easy to work with to build simple dialogs, but more complex stuff as well

[Pythonmac-SIG] improving interactivity in scripts

2011-05-04 Thread Adam Morris
Dear all, I was wondering what sort of options are out there for a poor soul who deploys Python extensively in his workflows, and uses appscript and calls to display dialog and the like to interact with the user, but would really, really like it if there could just be something out there, as easy