--> -->
/usr/lib/python2.6/cgitb.py:173: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 value = pydoc.html.repr(getattr(evalue, name))
 
 
<type 'exceptions.IOError'>
Python 2.6.6: /usr/bin/python
Tue May 22 10:09:07 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/bornbybi/www/torborgs/cgi-bin/wishLists/wishLists.py in ()
  172     w.Start()
  173     print '<div align=center>'
  174     wl=wishLists("http://www.torborgs.bornbybits.com/cgi-bin/wishLists/wishLists.py")
  175     print '</div>'
  176     w.End()
wl undefined, wishLists = <class __main__.wishLists>
 /home/bornbybi/www/torborgs/cgi-bin/wishLists/wishLists.py in __init__(self=<__main__.wishLists instance>, thisurl='http://www.torborgs.bornbybits.com/cgi-bin/wishLists/wishLists.py')
   31         self.thisurl=thisurl
   32         self.form = cgi.FieldStorage()
   33         self.security=security("/home/bornbybi/www/wedding/cgi-bin/rsvp/guestList.html")
   34         print '<form action="%s" method="get">' %thisurl
   35         level="none"
self = <__main__.wishLists instance>, self.security undefined, global security = <class __main__.security>
 /home/bornbybi/www/www/cgi-bin/htmlTools/passCheck.py in __init__(self=<__main__.security instance>, db='/home/bornbybi/www/wedding/cgi-bin/rsvp/guestList.html')
   10 class passCheck:
   11     def __init__(self, db):
   12         self.db=open(db, "r")
   13 
   14     def readrec(self):
self = <__main__.security instance>, self.db undefined, builtin open = <built-in function open>, db = '/home/bornbybi/www/wedding/cgi-bin/rsvp/guestList.html'

<type 'exceptions.IOError'>: [Errno 2] No such file or directory: '/home/bornbybi/www/wedding/cgi-bin/rsvp/guestList.html'
      args = (2, 'No such file or directory')
      errno = 2
      filename = '/home/bornbybi/www/wedding/cgi-bin/rsvp/guestList.html'
      message = ''
      strerror = 'No such file or directory'