Re: [Pyobjc-dev] header installation issue breaks build for pyobjc 2.3 and 2.4
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2011-04-28 13:29:20
|
On 28 Apr, 2011, at 15:07, Zach Pincus wrote: > [argent:~] zpincus% python -c 'import setuptools; print setuptools.__file__' > /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/__init__.pyc Thanks. > > According to pypi where I grabbed the package from, this is the latest > version... but it does seem to date from late 2009! > > Maybe that's the trouble... sorry for the bother if so! The setuptools author is even slower than me w.r.t. making new releases :-). > > Also, for the record, it was a bit tricky to find out how to build the > packages manually (e.g. start with pyobjc-core and then move to the > various pyobjc-framework-XXX directories). Adding documentation for that is on my todo list. "Easy_install pyobjc" should also work, although I haven't tested that for a while. Ronald |