Re: [Pythonmac-SIG] Extension module compile fail, due to isysroot param pointing to sdk without certain headers. Any tips?

2011-05-04 Thread Ronald Oussoren
On 3 May, 2011, at 20:28, Irmen de Jong wrote: > > >> I haven't looked into the problem you have with automaticly picking up >> dependencies >> in /usr/local, AFAIK that should just work the same as without -isysroot. > > charon:~ irmen$ cat /usr/local/include/irmen.h > #define FOO 1 > > cha

[Pythonmac-SIG] [Ann][pyatom] Announce: Automated Testing on Macintosh (PyATOM) 0.9 released

2011-05-04 Thread Andrew Wu
Hi all, I am new to this list (as in just subscribed) and am already sending an announcement e-mail about a new open source project, so I hope this isn't going to be taken as spam. The announcement is about a new (hopefully new) python bridge into Apple's Accessibility API to facilitate UI automa

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

[Pythonmac-SIG] appscript 1.0 osax.OSAX() behavior

2011-05-04 Thread Adam Morris
Hello all, A while ago I wrote a Python class around appscript that would avoid (with calls to the shell osascript command) using the standard addition library's calls like display_dialog because it required the launch of Python Launcher, which slowed down the interaction with the user considerabl