EditText
of this page
FindPage
by browsing, searching, or an index
Or try one of these actions:
DeletePage,
DeleteUploadedFile,
LikePages,
SpellCheck,
UploadFile
>
OSError | Python 2.4.3 /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.
171 try:
172 from MoinMoin.support import cgitb
cgitb = <module 'MoinMoin.support.cgitb' from '/home/hos...ers/jayhawk/www/wiki/MoinMoin/support/cgitb.pyc'>, handler = undefined
174 except:
175 cgi.print_exception()
304 key = wikiutil.quoteFilename(self.page_name)
305 cache = caching.CacheEntry(arena, key)
306 if cache.needsUpdate(self._text_filename()):
|
cache = <MoinMoin.caching.CacheEntry instance>, global needsUpdate = undefined, self = <MoinMoin.Page.Page instance>, global _text_filename = undefined
307 links = self.formatter.pagelinks
308 links.sort()
50 ftime = os.path.getmtime(filename)
51 except IOError:
53
54 return ftime > ctime
141 def getmtime(filename):
142 """Return the last modification time of a file, reported by os.stat()."""
143 return os.stat(filename).st_mtime
|
global os = <module 'os' from '/usr/lib64/python2.4/os.pyc'>, global stat = <module 'stat' from '/usr/lib64/python2.4/stat.pyc'>, filename = '/home/hosting_users/jayhawk/wikidata/home/text/Communication', global st_mtime = undefined
144
145 def getatime(filename):
OSError: [Errno 2] No such file or directory: '/home/hosting_users/jayhawk/wikidata/home/text/Communication'
__doc__ = 'OS system call failed.'
__getitem__ = <bound method OSError.__getitem__ of <exceptions.OSError instance at 0x2ac62c2fa560>>
__init__ = <bound method OSError.__init__ of <exceptions.OSError instance at 0x2ac62c2fa560>>
__module__ = 'exceptions'
__str__ = <bound method OSError.__str__ of <exceptions.OSError instance at 0x2ac62c2fa560>>
args = (2, 'No such file or directory')
errno = 2
filename = '/home/hosting_users/jayhawk/wikidata/home/text/Communication'
strerror = 'No such file or directory'