Hi everybody,
I installed CEAS according to its installation steps (http://liulab.dfci.harvard.edu/CEAS/install.html)
$ tar xvf CEAS-Package-1.0.2.tar.gz
$ cd CEAS-Package-1.0.2.tar.gz
I don't have access to /usr/local/bin; So, I installed CEAS at my home directory as follows.
$ python setup.py install --prefix=/home/maria
then I added the following line to .bash_profile
export $PYTHONPATH=$PYTHONPATH:/home/maria/lib64/python6.2/site-packages
====================
but it give me back these error:
$ cd CEAS-Package-1.0.2/bin
~ CEAS-Package-1.0.2/bin $ ls
build_genomeBG ceas gca sitepro
~ CEAS-Package-1.0.2/bin $ ./build_genomeBG
Traceback (most recent call last):
File "./build_genomeBG", line 25, in <module>
import CEAS.inout as inout
ImportError: No module named CEAS.inout
I installed CEAS according to its installation steps (http://liulab.dfci.harvard.edu/CEAS/install.html)
$ tar xvf CEAS-Package-1.0.2.tar.gz
$ cd CEAS-Package-1.0.2.tar.gz
I don't have access to /usr/local/bin; So, I installed CEAS at my home directory as follows.
$ python setup.py install --prefix=/home/maria
then I added the following line to .bash_profile
export $PYTHONPATH=$PYTHONPATH:/home/maria/lib64/python6.2/site-packages
====================
but it give me back these error:
$ cd CEAS-Package-1.0.2/bin
~ CEAS-Package-1.0.2/bin $ ls
build_genomeBG ceas gca sitepro
~ CEAS-Package-1.0.2/bin $ ./build_genomeBG
Traceback (most recent call last):
File "./build_genomeBG", line 25, in <module>
import CEAS.inout as inout
ImportError: No module named CEAS.inout
Comment