On 8 Jul, 2007, at 19:25, Peter Jarvis wrote:
> Can anyone give me pointers on how to get pyobjc to work with
> ActivePython 2.5.1.1?
>
> Initially the pyobj installer blocked installation due to the
> requirment for pyobc 2.4.
> I edited the installer requirements, pyobc installed but...
> 'python setup.py --help' fails
>
> my guess is that I have my paths etc wrong but wanted to check with
> the group first.
>
> My background is objc not python hence I was hoping to determine how
> supported pyobc is, and may be get involved if I can get it
> working. :-)
You have to build from source, using the usual 'python setup.py
install' dance.
Using binaries from python 2.X with python 2.X+1 tends to work but is
not supported at all. The installer doesn't work at all in this case
because Pythonn 2.4 and 2.5 have a different site-packages directory
and therefore python2.5 won't even see the version of pyobjc that you
installed.
Ronald
|