In order to get started, I followed the
Tutorial for writing a parcel.
My environment
MacOSX? 10.4.9
Steps until the first error
Error: Please unset the CHANDLERHOME environment variable or set it to point to the directory that contains Chandler.py
Solution: unsetting CHANDLERHOME did not help. Setting CHANDLERHOME=~/chandler worked. No further settings were required for this environment variable in later stages.
Confusing:The command --create runs chandler with new repository. It was not clear for me how to run chandler with fresh repository from the instructions.
Further steps
- Tried to run chandler and check the repository.
- Tried to run chandler after installing the changes for feeds:
- Following the tutorial created blocks.py
-
~/chandler/release/RunPython setup.py develop
-
~/chandler/release/RunPython setup.py install
-
~/chandler/release/RunChandler --create -W
- Chandler crushed on load. Sent error to OSAF.
- Copied the code from the latest version of chandler
-
code from setup.py, __init.py__, blocks.py and channels.py to files in ~/Chandler-FeedsPlugin
-
~/chandler/release/RunPython setup.py develop
-
~/chandler/release/RunPython setup.py install
-
~/chandler/release/RunChandler --create -W
- Chandler runs and feeds may be seen in repository.
--
VeraSheinman - 06 Jun 2007