![]() | ESTJ | UserPreferences |
OSError | Python 2.2.1 /home/bin/python |
A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call last.
/home/hosting_users/jsbin/www/MoinMoin/cgimain.py in run(_cgiform=<class cgi.FieldStorage>) |
173 cgitb.handler() |
/home/hosting_users/jsbin/www/MoinMoin/action/LikePages.py in execute(pagename='ESTJ', form=FieldStorage(None, None, [MiniFieldStorage('action', 'LikePages')]), s_re=<_sre.SRE_Pattern object>, e_re=<_sre.SRE_Pattern object>, s_re2=<_sre.SRE_Pattern object>, e_re2=<_sre.SRE_Pattern object>) |
58 msg='<strong>' + user.current.text('No pages match "%s"!') % (pagename,) + '</strong>') |
/home/hosting_users/jsbin/www/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, form=FieldStorage(None, None, [MiniFieldStorage('action', 'LikePages')]), msg='No pages match "ESTJ"!', **keywords={}) |
306 if cache.needsUpdate(self._text_filename()): |
/home/hosting_users/jsbin/www/MoinMoin/caching.py in needsUpdate(self=<MoinMoin.caching.CacheEntry instance>, filename='/home/hosting_users/jsbin/www/wiki/data/text/ESTJ') |
50 ftime = os.path.getmtime(filename) |
/usr/local/python-2.2.1/lib/python2.2/posixpath.py in getmtime(filename='/home/hosting_users/jsbin/www/wiki/data/text/ESTJ') |
144 st = os.stat(filename) |
OSError: [Errno 2] No such file or directory: '/home/hosting_users/jsbin/www/wiki/data/text/ESTJ'
__doc__ = 'OS system call failed.'
__getitem__ = <bound method OSError.__getitem__ of <exceptions.OSError instance at 0x8231f0c>>
__init__ = <bound method OSError.__init__ of <exceptions.OSError instance at 0x8231f0c>>
__module__ = 'exceptions'
__str__ = <bound method OSError.__str__ of <exceptions.OSError instance at 0x8231f0c>>
args = (2, 'No such file or directory')
errno = 2
filename = '/home/hosting_users/jsbin/www/wiki/data/text/ESTJ'
strerror = 'No such file or directory'