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

2011-05-05 Thread David Brooks
On 5/05/11 6:06 PM, Ronald Oussoren wrote: 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/ir

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

2011-05-05 Thread Ronald Oussoren
On 5 May, 2011, at 12:19, David Brooks wrote: > > > On 5/05/11 6:06 PM, Ronald Oussoren wrote: >> 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 t

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] Extension module compile fail, due to isysroot param pointing to sdk without certain headers. Any tips?

2011-05-05 Thread Irmen de Jong
On 05-05-11 12:50, Ronald Oussoren wrote: On 5 May, 2011, at 12:19, David Brooks wrote: Aha, the problem is because "./usr/local" in the SDK **does not** symlink to the system "/usr/local". Instead "./usr/local/lib" is symlinked to "/usr/local/lib, and there is no corresponding symlink to "/u

[Pythonmac-SIG] OSX 10.5 and 64-bit Python

2011-05-05 Thread Chris Weisiger
Is there a readily-installable 64-bit Python for OSX 10.5? python.org only has 64-bit for 10.6, and while my searches have turned up instructions (of greater or lesser complexity) for building it from scratch, I'd rather use a vetted install if possible. Moreover, I'm eventually going to py2app thi

Re: [Pythonmac-SIG] OSX 10.5 and 64-bit Python

2011-05-05 Thread Ned Deily
In article , Chris Weisiger wrote: > Is there a readily-installable 64-bit Python for OSX 10.5? python.org only > has 64-bit for 10.6, and while my searches have turned up instructions (of > greater or lesser complexity) for building it from scratch, I'd rather use a > vetted install if possible

Re: [Pythonmac-SIG] OSX 10.5 and 64-bit Python

2011-05-05 Thread Irmen de Jong
On 05-05-11 21:23, Chris Weisiger wrote: Is there a readily-installable 64-bit Python for OSX 10.5? python.org only has 64-bit for 10.6, and while my searches have turned up instructions (of greater or lesser complexity) for building it from scratch, I'd rather use a vetted in

Re: [Pythonmac-SIG] OSX 10.5 and 64-bit Python

2011-05-05 Thread Chris Weisiger
On Thu, May 5, 2011 at 1:11 PM, Irmen de Jong wrote: > It seems ActivePython is available in 64 bits for 10.5: > http://www.activestate.com/activepython/downloads > > (haven't tried it, I tend to stick with python.org's builds) That looks promising. Thanks! I'm going to end up with a 32/64-bit

Re: [Pythonmac-SIG] OSX 10.5 and 64-bit Python

2011-05-05 Thread Ned Deily
In article , Chris Weisiger wrote: > On Thu, May 5, 2011 at 1:11 PM, Irmen de Jong wrote: > > It seems ActivePython is available in 64 bits for 10.5: > > http://www.activestate.com/activepython/downloads > > > (haven't tried it, I tend to stick with python.org's builds) > That looks promising. T