Mouse Pseudogenes (Build 56) :: PGOMOU00000120116 |
<type 'exceptions.IOError'> | Python 2.6.1: /usr/bin/python Mon Apr 23 02:23:25 2018 |
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 0xb7e0309c>, form = FieldStorage(None, None, [MiniFieldStorage('tabl... MiniFieldStorage('value', 'PGOMOU00000120116')]) |
/var/www/html/tables.gersteinlab.org/index.cgi in main_html(form=FieldStorage(None, None, [MiniFieldStorage('tabl... MiniFieldStorage('value', 'PGOMOU00000120116')])) |
122 else: |
123 Display = DataDisplay(app, key, conn) |
124 print Display.display_str() |
125 |
126 print "</FONT></BODY></HTML>" |
Display = <DataDisplayer.GenomicDisplay instance at 0xb7e498ec>, Display.display_str = <bound method GenomicDisplay.display_str of <DataDisplayer.GenomicDisplay instance at 0xb7e498ec>> |
/home/www/html/tables.gersteinlab.org/DataDisplayer.py in display_str(self=<DataDisplayer.GenomicDisplay instance at 0xb7e498ec>) |
493 display += self.attributes_box() |
494 display += self.id_history() |
495 display += self.overlapping_annotations() |
496 display += self.collections_box() |
497 |
display = '<div class="module" id="table">\n<P><A HREF="http...PGOMOU00000120116</td></tr>\n</tbody></table></P>\n', self = <DataDisplayer.GenomicDisplay instance at 0xb7e498ec>, self.overlapping_annotations = <bound method GenomicDisplay.overlapping_annotat...Displayer.GenomicDisplay instance at 0xb7e498ec>> |
/home/www/html/tables.gersteinlab.org/DataDisplayer.py in overlapping_annotations(self=<DataDisplayer.GenomicDisplay instance at 0xb7e498ec>) |
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...ink' viewBox='7192768 0 452.000000 452.000000' />, image.save = <bound method SVG.save of <svg (1 sub) style='st...nk' viewBox='7192768 0 452.000000 452.000000' />>, global conf = <module 'conf' from '/home/www/html/tables.gersteinlab.org/conf.pyc'>, conf.MEDIA_LOCATION = '/var/www/html/ted.gersteinlab.org/tables/media/', file_name = '1524464605.59.svg' |
/usr/local/lib/python2.6/site-packages/svgfig.py in save(self=<svg (1 sub) style='stroke-linejoin:round; strok...ink' viewBox='7192768 0 452.000000 452.000000' />, fileName='/var/www/html/ted.gersteinlab.org/tables/media/1524464605.59.svg', encoding='utf-8', compresslevel=None) |
431 |
432 else: |
433 f = codecs.open(fileName, "w", encoding=encoding) |
434 f.write(self.standalone_xml()) |
435 f.close() |
f undefined, global codecs = <module 'codecs' from '/usr/local/lib/python2.6/codecs.pyc'>, codecs.open = <function open at 0xb7eea3ac>, fileName = '/var/www/html/ted.gersteinlab.org/tables/media/1524464605.59.svg', encoding = 'utf-8' |
/usr/local/lib/python2.6/codecs.py in open(filename='/var/www/html/ted.gersteinlab.org/tables/media/1524464605.59.svg', mode='wb', encoding='utf-8', errors='strict', buffering=1) |
863 # Force opening of the file in binary mode |
864 mode = mode + 'b' |
865 file = __builtin__.open(filename, mode, buffering) |
866 if encoding is None: |
867 return file |
builtin file = <type 'file'>, global __builtin__ = <module '__builtin__' (built-in)>, __builtin__.open = <built-in function open>, filename = '/var/www/html/ted.gersteinlab.org/tables/media/1524464605.59.svg', mode = 'wb', buffering = 1 |
<type 'exceptions.IOError'>: [Errno 2] No such file or directory: '/var/www/html/ted.gersteinlab.org/tables/media/1524464605.59.svg'
args =
(2, 'No such file or directory')
errno =
2
filename =
'/var/www/html/ted.gersteinlab.org/tables/media/1524464605.59.svg'
message =
''
strerror =
'No such file or directory'