Exception happened during processing of request from ('127.0.0.1', 36842)
Traceback (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 558, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
self.handle()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
self.handle_one_request()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 323, in handle_one_request
method()
File "/usr/lib/python2.6/SimpleHTTPServer.py", line 43, in do_GET
f = self.send_head()
File "/home/ユーザー名/デスクトップ/02/shingetsu/LightCGIHTTPServer.py", line 115, in send_head
return CGIHTTPServer.CGIHTTPRequestHandler.send_head(self)
File "/usr/lib/python2.6/CGIHTTPServer.py", line 68, in send_head
return self.run_cgi()
File "/home/ユーザー名/デスクトップ/02/shingetsu/LightCGIHTTPServer.py", line 234, in run_cgi
cgiobj.start()
File "/home/ユーザー名/デスクトップ/02/shingetsu/basecgi.py", line 101, in start
self.run()
File "/home/ユーザー名/デスクトップ/02/shingetsu/gateway_cgi.py", line 86, in run
self.print_recent()
File "/home/ユーザー名/デスクトップ/02/shingetsu/gateway_cgi.py", line 185, in print_recent
self.print_index_list(cachelist, "recent", search_new_file=True)
File "/home/ユーザー名/デスクトップ/02/shingetsu/gateway.py", line 591, in print_index_list
self.stdout.write(self.template('index_list', var))
File "/home/ユーザー名/デスクトップ/02/shingetsu/template.py", line 92, in display
return str(tmpl(searchList=sl))
File "/home/ユーザー名/デスクトップ/02/Cheetah/Template.py", line 1005, in __str__
rc = getattr(self, mainMethName)()
File "___template_index_list_txt.py", line 168, in respond
File "/home/ユーザー名/デスクトップ/02/shingetsu/gateway.py", line 549, in make_list_item
u = unicode(x, 'utf-8', 'replace')
TypeError: coercing to Unicode: need string or buffer, NoneType found
Traceback (most recent call last):
File "/usr/local/bin/saku", line 36, in <module>
import shingetsu.daemon as daemon
ImportError: No module named shingetsu.daemon
とでてsaku起動できないのは何がだめなんだろう?
今度は
system does not have PIL.
Traceback (most recent call last):
File "/usr/local/bin/saku", line 36, in <module>
import shingetsu.daemon as daemon
File "/usr/lib/python2.6/site-packages/shingetsu/daemon.py", line 36, in <module>
import httpd
File "/usr/lib/python2.6/site-packages/shingetsu/httpd.py", line 37, in <module>
import LightCGIHTTPServer
File "/usr/lib/python2.6/site-packages/shingetsu/LightCGIHTTPServer.py", line 41, in <module>
import admin_cgi, client_cgi, server_cgi, mailapi_cgi
File "/usr/lib/python2.6/site-packages/shingetsu/admin_cgi.py", line 38, in <module>
import gateway
File "/usr/lib/python2.6/site-packages/shingetsu/gateway.py", line 47, in <module>
from template import Template
File "/usr/lib/python2.6/site-packages/shingetsu/template.py", line 34, in <module>
import Cheetah.Template
ImportError: No module named Cheetah.Template
というエラーが・・・。
Exception happened during processing of request from ('127.0.0.1', 46837)
Traceback (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 558, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
self.handle()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
61.196.45.167<>01/May/2012 19:15:21<>GET /server.cgi/ping HTTP/1.0<><>shinGETsu/0.7 (Saku/3.10.1)
self.handle_one_request()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 323, in handle_one_request
method()
File "/usr/lib/python2.6/SimpleHTTPServer.py", line 43, in do_GET
f = self.send_head()
File "/home/apple-seed/デスクトップ/01/shingetsu/LightCGIHTTPServer.py", line 115, in send_head
return CGIHTTPServer.CGIHTTPRequestHandler.send_head(self)
File "/usr/lib/python2.6/CGIHTTPServer.py", line 68, in send_head
return self.run_cgi()
File "/home/apple-seed/デスクトップ/01/shingetsu/LightCGIHTTPServer.py", line 234, in run_cgi
cgiobj.start()
File "/home/apple-seed/デスクトップ/01/shingetsu/basecgi.py", line 101, in start
self.run()
File "/home/apple-seed/デスクトップ/01/shingetsu/client_cgi.py", line 124, in run
self.do_sync()
File "/home/apple-seed/デスクトップ/01/shingetsu/client_cgi.py", line 191, in do_sync
cachelist.getall(timelimit=self.timelimit)
File "/home/apple-seed/デスクトップ/01/shingetsu/cache.py", line 878, in getall
cache.search(searchlist=searchlist, myself=myself)
File "/home/apple-seed/デスクトップ/01/shingetsu/cache.py", line 794, in search
self.get_with_range(node)
File "/home/apple-seed/デスクトップ/01/shingetsu/cache.py", line 683, in get_with_range
count = self.check_data(res, begin=begin, end=now)
File "/home/apple-seed/デスクトップ/01/shingetsu/cache.py", line 611, in check_data
for i in res:
File "/home/apple-seed/デスクトップ/01/shingetsu/cache.py", line 450, in __iter__
idstr = h.strip().replace('<>', '_'))
File "/home/apple-seed/デスクトップ/01/shingetsu/cache.py", line 108, in __init__
self.id = buf[1]
IndexError: list index out of range