[Chandler-dev] Rearchitecture branch status
Jeffrey Harris
jeffrey at osafoundation.org
Mon Nov 5 17:32:46 PST 2007
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. 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
Sincerely,
Jeffrey
More information about the chandler-dev
mailing list