MoinMoin   »ç¾÷°èȹ UserPreferences
 
Help Info Print View Search Diffs Edit
 À妽º   µµ¿ò¸»   Ã£±â   ´ë¹®   ¹Ù²ï±Û 

Redirected from page "BusinessPlan"

Clear message



PythonPowered 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.

/home/hosting_users/jayhawk/www/wiki/MoinMoin/cgimain.py in run(_cgiform=<class cgi.FieldStorage>)
  171         try:
  172             from MoinMoin.support import cgitb
  173             cgitb.handler()
       cgitb = <module 'MoinMoin.support.cgitb' from '/home/hos...ers/jayhawk/www/wiki/MoinMoin/support/cgitb.pyc'>, handler = <function do_show>
  174         except:
  175             cgi.print_exception()

/home/hosting_users/jayhawk/www/wiki/MoinMoin/wikiaction.py in do_show(pagename='\xbb\xe7\xbe\xf7\xb0\xe8\xc8\xb9', form=FieldStorage(None, None, [MiniFieldStorage('acti...), MiniFieldStorage('redirect', 'BusinessPlan')]))
  310 
  311 def do_show(pagename, form):
  312     Page(pagename).send_page(form)
       global Page = <class MoinMoin.Page.Page>, pagename = '\xbb\xe7\xbe\xf7\xb0\xe8\xc8\xb9', global send_page = undefined, form = FieldStorage(None, None, [MiniFieldStorage('acti...), MiniFieldStorage('redirect', 'BusinessPlan')])
  313 
  314 

/home/hosting_users/jayhawk/www/wiki/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, form=FieldStorage(None, None, [MiniFieldStorage('acti...), MiniFieldStorage('redirect', 'BusinessPlan')]), msg='BusinessPlan"
', **keywords={})
  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()

/home/hosting_users/jayhawk/www/wiki/MoinMoin/caching.py in needsUpdate(self=<MoinMoin.caching.CacheEntry instance>, filename='/home/hosting_users/jayhawk/wikidata/home/text/_bb_e7_be_f7_b0_e8_c8_b9')
   50             ftime = os.path.getmtime(filename)
   51         except IOError:
   52             return 1
   53 
   54         return ftime > ctime

/usr/lib64/python2.4/posixpath.py in getmtime(filename='/home/hosting_users/jayhawk/wikidata/home/text/_bb_e7_be_f7_b0_e8_c8_b9')
  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/_bb_e7_be_f7_b0_e8_c8_b9', global st_mtime = undefined
  144 
  145 def getatime(filename):

OSError: [Errno 2] No such file or directory: '/home/hosting_users/jayhawk/wikidata/home/text/_bb_e7_be_f7_b0_e8_c8_b9'
      __doc__ = 'OS system call failed.'
      __getitem__ = <bound method OSError.__getitem__ of <exceptions.OSError instance at 0x2b0c3ce29a70>>
      __init__ = <bound method OSError.__init__ of <exceptions.OSError instance at 0x2b0c3ce29a70>>
      __module__ = 'exceptions'
      __str__ = <bound method OSError.__str__ of <exceptions.OSError instance at 0x2b0c3ce29a70>>
      args = (2, 'No such file or directory')
      errno = 2
      filename = '/home/hosting_users/jayhawk/wikidata/home/text/_bb_e7_be_f7_b0_e8_c8_b9'
      strerror = 'No such file or directory'