WEB
서버이전 오류 메세지
단순대왕
2011. 1. 3. 13:27
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
처리방법 :