<type 'exceptions.IOError'> | Python 2.7.3: /usr/bin/python Sun Mar 26 21:44:38 2023 |
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/0/9/3/2029/2029/public_html/cgi-bin/researchcarousel/researchslidegen.py in |
405 print(' </td></tr>\n') |
406 |
407 |
408 # Main entry point when run by cgi. |
=> 409 GenHtmlFromFile() |
GenHtmlFromFile = <function GenHtmlFromFile> |
/home/0/9/3/2029/2029/public_html/cgi-bin/researchcarousel/researchslidegen.py in GenHtmlFromFile() |
76 |
77 # Parse the page file and generate the html for this page. |
=> 78 htmlContent() |
79 return |
80 |
global htmlContent = <function htmlContent> |
/home/0/9/3/2029/2029/public_html/cgi-bin/researchcarousel/researchslidegen.py in htmlContent() |
87 |
88 # Search the entire file for #H first, generate the html <header> |
=> 89 with open(fileName, 'r') as f: |
90 for line in f: |
91 sline = line.strip() |
builtin open = <built-in function open>, global fileName = '../../Map/ResearchCarousels/HandColoring/http://thelightfarm.com/Blog.txt', global f = <open file '../../Map/ResearchCarousels/HandColoring/slideorganization.json', mode 'r'> |
<type 'exceptions.IOError'>: [Errno 2] No such file or directory: '../../Map/ResearchCarousels/HandColoring/http://thelightfarm.com/Blog.txt'
args =
(2, 'No such file or directory')
errno =
2
filename =
'../../Map/ResearchCarousels/HandColoring/http://thelightfarm.com/Blog.txt'
message =
''
strerror =
'No such file or directory'