Changes between Version 34 and Version 35 of NuWa_Slave
- Timestamp:
- 04/28/11 11:49:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NuWa_Slave
v34 v35 16 16 || NTU || Simon || cms01.phys.ntu.edu.tw || Y || nearly continuous operation for several years || 17 17 || BNL || Jiajie || daya0001.rcf.bnl.gov || Y || operational || 18 || IHEP || Miao/Qiumei || lxslc\d\d.ihep.ac.cn || Y || operational, but somewhat unstable || 18 || IHEP || Miao/Qiumei || lxslc\d\d.ihep.ac.cn || Y || operational || 19 || Dayabay || Miao || offline.dyb.local || || ? || 19 20 || LBNL || Cheng-Ju || pdsf\d.nersc.gov || Y || operational || 20 21 || VT || Deb Mohapatra || ? || || initial investigations || 21 22 || Wisconsin || ?Wei || ? || || ? || 22 23 || Shandong || ? || ? || || ? || 23 || Dayabay || Miao || offline.dyb.local || || ? ||24 24 || Caltech || ?Dan || ? || || ? || 25 25 … … 105 105 slv_secure=yes 106 106 }}} 107 108 === pre-requisite troubleshooting === 109 110 Bitten needs to be installed into the system python, check if that is done using : 111 {{{ 112 [blyth@tbird bitn]$ which python 113 /usr/bin/python 114 [blyth@tbird ~]$ python -c "import bitten ; print bitten.__file__ " 115 Traceback (most recent call last): 116 File "<string>", line 1, in ? 117 ImportError: No module named bitten 118 }}} 119 120 Desired response is something like: 121 {{{ 122 [blyth@belle7 ~]$ python -c "import bitten ; print bitten.__file__ " 123 /data1/env/local/env/trac/bitn/bitten/__init__.pyc 124 }}} 125 126 In order to install bitten into the system python, it must have '''setuptools''' already, check if this is the case with: 127 {{{ 128 [blyth@tbird bitn]$ python setup.py --help 129 Traceback (most recent call last): 130 File "setup.py", line 13, in ? 131 from setuptools import setup, find_packages 132 ImportError: No module named setuptools 133 }}} 134 107 135 108 136