Human Pseudogenes (Build 53) :: ENSP00000349432.dup.306089

--> -->
 
 
<type 'exceptions.IOError'>
Python 2.6.1: /usr/bin/python
Thu May 17 21:20:15 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.

 /var/www/html/tables.gersteinlab.org/index.cgi in ()
  197                 print e.__class__.__name__, "</B><BR>"
  198                 print "<I>", e , "</I>"
  199                 print "</td></tr></table>"
  200 else:
  201         main_html(form)
main_html = <function main_html at 0xb7e73064>, form = FieldStorage(None, None, [MiniFieldStorage('tabl...dStorage('value', 'ENSP00000349432.dup.306089')])
 /var/www/html/tables.gersteinlab.org/index.cgi in main_html(form=FieldStorage(None, None, [MiniFieldStorage('tabl...dStorage('value', 'ENSP00000349432.dup.306089')]))
  122         else:
  123                 Display = DataDisplay(app, key, conn)
  124         print Display.display_str()
  125         
  126         print "</FONT></BODY></HTML>"
Display = <DataDisplayer.HumanGenomicDisplay instance at 0xb7ebc98c>, Display.display_str = <bound method HumanGenomicDisplay.display_str of...ayer.HumanGenomicDisplay instance at 0xb7ebc98c>>
 /var/www/html/tables.gersteinlab.org/DataDisplayer.py in display_str(self=<DataDisplayer.HumanGenomicDisplay instance at 0xb7ebc98c>)
  545                 display += self.attributes_box()
  546                 display += self.id_history()
  547                 display += self.overlapping_annotations()
  548                 if 'fragment_browser' in self.app.attributes and self.app.attributes['fragment_browser'] == 'enabled':                  
  549                         import yass
display = '<div class="module" id="table">\n<P><table cellsp...uild</td> <td>36</td>\n</tr>\n</tbody></table></P>\n', self = <DataDisplayer.HumanGenomicDisplay instance at 0xb7ebc98c>, self.overlapping_annotations = <bound method HumanGenomicDisplay.overlapping_an...ayer.HumanGenomicDisplay instance at 0xb7ebc98c>>
 /var/www/html/tables.gersteinlab.org/DataDisplayer.py in overlapping_annotations(self=<DataDisplayer.HumanGenomicDisplay instance at 0xb7ebc98c>)
  424                         image = svg.make_svg()
  425                         file_name = str(time.time()) + ".svg"
  426                         image.save(conf.MEDIA_LOCATION + file_name)
  427                         display += "<TD>"
  428                         display += "<img src=\"%s%s\"></TD>" % (conf.MEDIA_URL, file_name)
image = <svg (1 sub) style='stroke-linejoin:round; strok...nk' viewBox='28725405 0 933.000000 933.000000' />, image.save = <bound method SVG.save of <svg (1 sub) style='st...k' viewBox='28725405 0 933.000000 933.000000' />>, global conf = <module 'conf' from '/var/www/html/tables.gersteinlab.org/conf.pyc'>, conf.MEDIA_LOCATION = '/var/www/html/ted.gersteinlab.org/tables/media/', file_name = '1337304015.71.svg'
 /usr/local/lib/python2.6/site-packages/svgfig.py in save(self=<svg (1 sub) style='stroke-linejoin:round; strok...nk' viewBox='28725405 0 933.000000 933.000000' />, fileName='/var/www/html/ted.gersteinlab.org/tables/media/1337304015.71.svg', encoding='utf-8', compresslevel=None)
  432     else:
  433       f = codecs.open(fileName, "w", encoding=encoding)
  434       f.write(self.standalone_xml())
  435       f.close()
  436 
f = <open file '/var/www/html/ted.gersteinlab.org/ta...edia/1337304015.71.svg', mode 'wb' at 0xb7ea3570>, f.write = <bound method StreamReaderWriter.write of <open ...dia/1337304015.71.svg', mode 'wb' at 0xb7ea3570>>, self = <svg (1 sub) style='stroke-linejoin:round; strok...nk' viewBox='28725405 0 933.000000 933.000000' />, self.standalone_xml = <bound method SVG.standalone_xml of <svg (1 sub)...k' viewBox='28725405 0 933.000000 933.000000' />>
 /usr/local/lib/python2.6/codecs.py in write(self=<open file '/var/www/html/ted.gersteinlab.org/ta...edia/1337304015.71.svg', mode 'wb' at 0xb7ea3570>, data=u'<?xml version="1.0" standalone="no"?>\n<!DOCTYPE ...e" x="28725415" height="45.65" />\n\n</g>\n\n</svg>\n\n')
  684     def write(self, data):
  685 
  686         return self.writer.write(data)
  687 
  688     def writelines(self, list):
self = <open file '/var/www/html/ted.gersteinlab.org/ta...edia/1337304015.71.svg', mode 'wb' at 0xb7ea3570>, self.writer = <open file '/var/www/html/ted.gersteinlab.org/ta...edia/1337304015.71.svg', mode 'wb' at 0xb7ea3570>, self.writer.write = <bound method StreamWriter.write of <open file '...dia/1337304015.71.svg', mode 'wb' at 0xb7ea3570>>, data = u'<?xml version="1.0" standalone="no"?>\n<!DOCTYPE ...e" x="28725415" height="45.65" />\n\n</g>\n\n</svg>\n\n'
 /usr/local/lib/python2.6/codecs.py in write(self=<open file '/var/www/html/ted.gersteinlab.org/ta...edia/1337304015.71.svg', mode 'wb' at 0xb7ea3570>, object=u'<?xml version="1.0" standalone="no"?>\n<!DOCTYPE ...e" x="28725415" height="45.65" />\n\n</g>\n\n</svg>\n\n')
  350         """
  351         data, consumed = self.encode(object, self.errors)
  352         self.stream.write(data)
  353 
  354     def writelines(self, list):
self = <open file '/var/www/html/ted.gersteinlab.org/ta...edia/1337304015.71.svg', mode 'wb' at 0xb7ea3570>, self.stream = <open file '/var/www/html/ted.gersteinlab.org/ta...edia/1337304015.71.svg', mode 'wb' at 0xb7ea3570>, self.stream.write = <built-in method write of file object at 0xb7ea3570>, data = '<?xml version="1.0" standalone="no"?>\n<!DOCTYPE ...e" x="28725415" height="45.65" />\n\n</g>\n\n</svg>\n\n'

<type 'exceptions.IOError'>: [Errno 28] No space left on device
      args = (28, 'No space left on device')
      errno = 28
      filename = None
      message = ''
      strerror = 'No space left on device'