Re: [Pythonmac-SIG] Installing py-appscript on Snow Leopard

2009-11-17 Thread Ned Deily
In article <4b02ce4a.1050...@llaisdy.com>, Ivan Uemlianin wrote: > Ned > > You need the 10.4u SDK to build extensions for python.org pythons. The > > 10.4u SDK is available as part of the Xcode installer package on the > > Snow Leopard installation DVD but it is not installed by default. Just

Re: [Pythonmac-SIG] Installing py-appscript on Snow Leopard

2009-11-16 Thread Ned Deily
In article <4b012f1e.30...@llaisdy.com>, Ivan Uemlianin wrote: [...] > My hunch is that the line > > Compiling with an SDK that doesn't seem to exist: > /Developer/SDKs/MacOSX10.4u.sdk > > > is the clue. I have SDKs for 10.5 and 10.6 but not 10.4u. I grepped > through the source for a

[Pythonmac-SIG] Installing py-appscript on Snow Leopard

2009-11-16 Thread Ivan Uemlianin
Dear All I should like to install appscript onto my MacBook Pro. It is running MacOSX Snow Leopard and python 2.6, and the version of py-appscript I am working with is 0.20.0. I have tried the easy_install way (with & without -U and -Z) and the source/setup.py way. Both return the same error