| <type 'exceptions.ImportError'> | Python 2.5.2: /usr/bin/python Mon May 21 02:45:47 2012 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/dakedesu/Public_Web/DakeDesuInfo/zepto.py in |
| 33 sys.path.append(_site_dir) |
| 34 |
| 35 from lib import handlers, common, client |
| 36 |
| 37 #print 'Content-type: text/html\n\n' |
| lib undefined, handlers undefined, common undefined, client undefined |
<type 'exceptions.ImportError'>: No module named lib
args =
('No module named lib',)
message =
'No module named lib'