Attachment 'pythonerror.htm'
Download--> -->
OSError[Errno 2] No such file or directory: '/usr/share/moin/data/text/AssistentenPr_fcfung_2fIT' | Please include this information in your bug reports!: Python Python 2.3.3: /usr/bin/python Linux knecht 2.6.8-gentoo-r7 #3 Wed Oct 13 02:05:54 CEST 2004 i686 MoinMoin Release 1.2.3 [Revision 1.186] Tue Oct 19 21:14:27 2004 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/python2.3/site-packages/MoinMoin/request.py in run(self=<MoinMoin.request.RequestModPy instance>) |
454 else: |
455 try: |
456 cgitb.Hook(file=self).handle(saved_exc) |
457 # was: cgitb.handler() |
458 except: |
cgitb = <module 'MoinMoin.support.cgitb' from '/usr/lib/python2.3/site-packages/MoinMoin/support/cgitb.py'>, cgitb.Hook = <class MoinMoin.support.cgitb.Hook>, file undefined, self = <MoinMoin.request.RequestModPy instance>, ).handle undefined, saved_exc = (<class exceptions.OSError>, <exceptions.OSError instance>, <traceback object>) |
/usr/lib/python2.3/site-packages/MoinMoin/wikiaction.py in do_savepage(pagename='AssistentenPr\xfcfung/IT', request=<MoinMoin.request.RequestModPy instance>) |
695 savemsg = msg |
696 except pg.SaveError, msg: |
697 savemsg = msg |
698 request.reset() |
699 backto = request.form.get('backto', [None])[0] |
savemsg undefined, msg undefined |
/usr/lib/python2.3/site-packages/MoinMoin/PageEditor.py in saveText(self=<MoinMoin.PageEditor.PageEditor instance>, newtext='AssistentenPr\xfcfung > [wiki:/IT Informatikthemen]\n\n../LaberNicht\n hier beschreiben...\n', datestamp='1098212971', **kw={'comment': '', 'notify': 0, 'stripspaces': 0}) |
734 msg = _('You cannot save empty pages.') |
735 raise self.EmptyPage, msg |
736 elif datestamp != '0' and datestamp != str(os.path.getmtime(self._text_filename())): |
737 msg = _("""Sorry, someone else saved the page while you edited it. |
738 <p>Please do the following: Use the back button of your browser, and cut&paste |
datestamp = '1098212971', str undefined, global os = <module 'os' from '/usr/lib/python2.3/os.pyc'>, os.path = <module 'posixpath' from '/usr/lib/python2.3/posixpath.pyc'>, os.path.getmtime = <function getmtime>, self = <MoinMoin.PageEditor.PageEditor instance>, self._text_filename = <bound method PageEditor._text_filename of <MoinMoin.PageEditor.PageEditor instance>> |
/usr/lib/python2.3/posixpath.py in getmtime(filename='/usr/share/moin/data/text/AssistentenPr_fcfung_2fIT') |
144 def getmtime(filename): |
145 """Return the last modification time of a file, reported by os.stat().""" |
146 return os.stat(filename).st_mtime |
147 |
148 def getatime(filename): |
global os = <module 'os' from '/usr/lib/python2.3/os.pyc'>, os.stat = <built-in function stat>, filename = '/usr/share/moin/data/text/AssistentenPr_fcfung_2fIT', ).st_mtime undefined |
OSError: [Errno 2] No such file or directory: '/usr/share/moin/data/text/AssistentenPr_fcfung_2fIT'
__doc__ =
'OS system call failed.'
__getitem__ =
<bound method OSError.__getitem__ of <exceptions.OSError instance>>
__init__ =
<bound method OSError.__init__ of <exceptions.OSError instance>>
__module__ =
'exceptions'
__str__ =
<bound method OSError.__str__ of <exceptions.OSError instance>>
args =
(2, 'No such file or directory')
errno =
2
filename =
'/usr/share/moin/data/text/AssistentenPr_fcfung_2fIT'
strerror =
'No such file or directory'
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.