---------------------------------error----------------------------------
Traceback (most recent call last):
File "tutorial8a.py", line 28, in <module>
import pyalps
ImportError: No module named pyalps
---------------------------------END----------------------------------
So, I run the test_py.py, all files in tutorials return the same error mentioned above.(see attachment) Besides, before runing ALPS, I have already added lines to /home/jiang/.bashrc as some users in ALPS-users suggest
---------------------lines added to .bashrc-------------------
# ALPS
release_dir=/home/jiang/opt/alps (I am sure this is where I install the ALPS)
export LD_LIBRARY_PATH=$release_dir/lib/
export PATH=$PATH:$release_dir/bin/
export PYTHONPATH=$release_dir/lib/
------------------------END-----------------------------------------
Any advice is welcome and helpful.
--
Stay foolish,Stay hungry.