EDIT by kiwamu Dec.7th ;
The Pynds package has been moved to the appropriate place:
/cvs/cds/caltech/apps/linux64/python/lib64/python2.4/site-packages
Background:
We need the python module pyNDS to get the data directly from the server using python.
Leo helped us install pyNDS today.
Installation:
1. Get pyNDS source tarball from here.
https://www.lsc-group.phys.uwm.edu/daswg/download/software/source/pynds-0.3.tar.gz
2. All you need is Boost.Python and nds2-client. See README in the pynds-0.3 directory.
3. I installed pyNDS to /cvs/cds/caltech/users/yuta/pynds
4. You have to set environment variable to import the module. For example, run;
setenv PYTHONPATH /users/yuta/pynds/lib64/python2.4/site-packages:${PYTHONPATH}
Notes:
RPM will be available soon from Leo. |