'WEB'에 해당되는 글 66건
- 2011.01.03 서버이전 오류 메세지
2011. 1. 3. 13:27
서버이전 오류 메세지
2011. 1. 3. 13:27 in WEB
error : 13 permission denied exec of
처리방법 : chmod 변경
error : No module named scipy
처리방법 :
apt-get install python-scipy
apt-get install python-numpy, python-numpy-ext
error : No module named MySQLdb
처리방법 :
apt-get install python-mysqldb
error : No module named Numeric
처리방법 :
apt-get install python-numeric-ext-dbg
error : No module named piddle
처리방법 :