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

2011-05-05 Thread Irmen de Jong
larly interesting, apart from this thread itself, and the following page: http://www.kyngchaos.com/macosx/notes/universal64 They suggest adding a symlink yourself. I might do just that. (and add a bug in Apple's tracker). Anyway thanks for the help on this. I've learned something new

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

2011-05-03 Thread Irmen de Jong
On 3-5-2011 8:20, Ronald Oussoren wrote: > > On 3 May, 2011, at 0:32, Irmen de Jong wrote: >> >> >> I'm comfortable with developing in a unix like environment but the >> sysroot/sdk >> stuff of OS X is a bit alien to me. Am I supposed to not touch the S

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

2011-05-03 Thread Irmen de Jong
On 3-5-2011 2:43, Ned Deily wrote: > > Try setting the options in the environment variables like CFLAGS and > LDFLAGS, as I mentioned in my previous reply. Then you shouldn't need > to modify setup.py so you can easy_install or pip. > Sorry I missed that, will try it next time. Thanks Irmen

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

2011-05-02 Thread Irmen de Jong
alien to me. Am I supposed to not touch the SDK locations at all? So installing custom libraries should always be done into /usr/local and then referred to by adding explicit -I/usr/local flags to the compile command? Thanks for your time. Irmen de Jong __

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

2011-05-01 Thread Irmen de Jong
t? (I only seem to manage to compile+install them into /usr/local) Thanks Irmen de Jong ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Re: [Pythonmac-SIG] problems with Distributed Objects and PyObjC

2009-10-24 Thread Irmen de Jong
Hamish Sanderson wrote: Reading the docs. A few questions, if you don't mind: - Will Pyro play well with PyObjC objects? I can't say anything about this, I have zero experience with PyObjC. - How does it compare to, say, DO+Bonjour (which is the only object-oriented IPC system I'm vaguely f

Re: [Pythonmac-SIG] problems with Distributed Objects and PyObjC

2009-10-20 Thread Irmen de Jong
Hamish Sanderson wrote: Hi all, Trying to use Distributed Objects to communicate between PyObjC-based processes on 10.5 and/or 10.6, but encountering various problems when passing Python values, as illustrated below. The production code currently only passes Python strings as arguments so I c