Re: [Pyobjc-dev] Installing pyobjc?
Brought to you by:
ronaldoussoren
From: Michael M. <mic...@gm...> - 2012-09-07 20:05:06
|
On Fri, Sep 7, 2012 at 11:11 AM, Mark Sienkiewicz <sie...@st...> wrote: > >>> Also, do you have any notes on the build process? I was stumped about >>> how to build from the bitbucket source until I saw this email. The >>> build-support directory looks like it is meant to be useful but is not >>> complete yet, is that correct? >> Build support is out of date, I intend to remove it in the near future. > > What exactly does that mean? How do you get a working pyobjc without building it? Mark, I think he just meant the stuff in the build-support directory in the source repo. > >> The next release should be near, the main todo item for me is to check tot easy_install can install pyobjc from a collection of source archives. > > Does this mean I will be able to install from a local copy of the source code, rather than downloading it from pypi every time I want to install it? That would be really helpful for my configuration control. For reference, I've been able to build and run pyobjc from the source inside a virtualenv with just running 'python setup.py install', first in pyobjc-core, then in the framework wrappers, as Ronald mentioned earlier. It's not exactly easy_install, but it's not that hard. This doesn't work if you have a mismatched MACOSX_DEPLOYMENT_TARGET set, but if you don't need to change that, it works fine. |