Myghty Template Error

Error: Error: [Errno 28] No space left on device
File: /usr/local/apache2/htdocs/bush/index.html line 275
Context: 272: return s
273:
274: # get the session
275: session = m.get_session()
276:
277: # get data
278: if session.has_key('referer'):
Traceback: /usr/local/apache2/htdocs/bush/index.html:275
/usr/local/lib/python2.4/site-packages/mod_python/apache.py:299


Original Stack Trace:

Error: Error: [Errno 28] No space left on device
File: /usr/local/lib/python2.4/site-packages/myghty/container.py line 706
Context: 703: if self.flags is not None and (self.flags == 'c' or self.flags == 'w'):
704: fh = open(self.file, 'w')
705: cPickle.dump(self.hash, fh)
706: fh.close()
707:
708: self.flags = None
709:
Traceback: /usr/local/lib/python2.4/site-packages/myghty/container.py:706
/usr/local/lib/python2.4/site-packages/myghty/container.py:189
/usr/local/lib/python2.4/site-packages/myghty/container.py:157
/usr/local/lib/python2.4/site-packages/myghty/session.py:190
/usr/local/lib/python2.4/site-packages/myghty/session.py:97
/usr/local/lib/python2.4/site-packages/myghty/session.py:255
/usr/local/lib/python2.4/site-packages/myghty/http/ApacheHandler.py:133
/usr/local/lib/python2.4/site-packages/myghty/request.py:614
/usr/local/apache2/myghty/obj/main//bush/index.html.py:53
/usr/local/lib/python2.4/site-packages/myghty/component.py:123
/usr/local/lib/python2.4/site-packages/myghty/request.py:387
/usr/local/lib/python2.4/site-packages/myghty/request.py:247
/usr/local/lib/python2.4/site-packages/myghty/exception.py:70
/usr/local/lib/python2.4/site-packages/myghty/request.py:268
/usr/local/lib/python2.4/site-packages/myghty/http/HTTPHandler.py:147
/usr/local/lib/python2.4/site-packages/myghty/http/ApacheHandler.py:29
/usr/local/lib/python2.4/site-packages/mod_python/apache.py:299