| IOError | Python 2.3.4: /usr/bin/python Wed Feb 8 15:35:53 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/WWW_pages/mnfynan/fiddlefancier.us/cal.cgi |
| 26 |
| 27 |
| 28 cal = icalendar.Calendar.from_string(open(CALENDARPATH, "rb").read()) |
| 29 |
| 30 data = [[],[],[],[],[],[],[]] |
| cal undefined, icalendar = <module 'icalendar' from '/nfs/www/WWW_pages/mnfynan/fiddlefancier.us/icalendar/__init__.pyc'>, icalendar.Calendar = <class 'icalendar.cal.Calendar'>, icalendar.Calendar.from_string = <function from_string>, builtin open = <type 'file'>, CALENDARPATH = 'lcal.ics', ).read undefined |
IOError: [Errno 2] No such file or directory: 'lcal.ics'
args =
(2, 'No such file or directory')
errno =
2
filename =
'lcal.ics'
strerror =
'No such file or directory'