At 05:32 PM 11/5/2007 -0800, Jeffrey Harris wrote:
Hi Phillip,
> When doing this installation process, you must use the Python from an
> existing Chandler installation (so that setuptools, wx, and Twisted are
> on sys.path). You will also need an "svn" executable on PATH, as the
> installation process will check out SVN code for some of the libraries
> listed above. Do *not* use RunPython to run the scripts; just use the
> "python" executable directly.
The Chandler trunk is still using setuptools 0.6c6, so first you need to
run:
cd Chandler-Platform
python ez_setup/__init__.py
to upgrade to setuptools 0.6c7.
Ok, I'll drop that dependency, as this stuff doesn't actually need
the absolute latest setuptools.
Once I did that, I tried doing
python setup.py develop
but I got:
Processing dependencies for Chandler-Platform==0.0.1
error: Installed distribution DecoratorTools 1.5 conflicts with
requirement DecoratorTools>=1.6
Ugh. Apparently Plugins depends on DecoratorTools 1.5, and that's
getting installed first. For now, "easy_install DecoratorTools==1.6"
should get you working; I'll change Chandler-Platform to require 1.6
before it looks for Plugins.
Thanks for the rapid feedback!
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev