Attachment 'traceback.txt'
Download 1 4.
2
3 /usr/local/lib/python2.5/site-packages/MoinMoin/packages.py in installPackage (self=<MoinMoin.packages.ZipPackage instance at 0x8a1d30c>)
4 1. 455 commands = self.getScript().splitlines()
5 2. 456
6 3. 457 return self.runScript(commands)
7 4. 458
8 5. 459 def getScript(self):
9 * self = <MoinMoin.packages.ZipPackage instance at 0x8a1d30c>
10 * self.runScript = <bound method ZipPackage.runScript of <MoinMoin.packages.ZipPackage instance at 0x8a1d30c>>
11 * commands = [u'MoinMoinPackage|1', u'EnsureVersion|1.7.0', u'AddRevision|HelpOnArnica.txt|HelpOnArnica|ReimarBauer|description of arnica', u'AddAttachment|result1.png|result1.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result2.png|result2.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result3.png|result3.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result4.png|result4.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result5.png|result5.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result6.png|result6.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result7.png|result7.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result8.png|result8.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result9.png|result9.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result10.png|result10.png|HelpOnArnica|ReimarBauer', u'AddAttachment|htdocs_arnica-1.7.1beta2.zip|htdocs_arnica-1.7.1beta2.zip|HelpOnArnica|ReimarBauer', u'AddAttachment|CHANGES_arnica|CHANGES.txt|HelpOnArnica|ReimarBauer', u'InstallPlugin|text_x_arnica.py|local|parser|text_x_arnica.py', u'InstallPlugin|arnica_slides.py|local|action|arnica_slides.py', u'InstallPlugin|refresh.py|local|action|refresh.py', u'InstallPlugin|arnica.py|local|macro|arnica.py', u'SetThemeName|arnica', ...]
12 5.
13
14 /usr/local/lib/python2.5/site-packages/MoinMoin/packages.py in runScript (self=<MoinMoin.packages.ZipPackage instance at 0x8a1d30c>, commands=[u'MoinMoinPackage|1', u'EnsureVersion|1.7.0', u'AddRevision|HelpOnArnica.txt|HelpOnArnica|ReimarBauer|description of arnica', u'AddAttachment|result1.png|result1.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result2.png|result2.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result3.png|result3.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result4.png|result4.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result5.png|result5.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result6.png|result6.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result7.png|result7.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result8.png|result8.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result9.png|result9.png|HelpOnArnica|ReimarBauer', u'AddAttachment|result10.png|result10.png|HelpOnArnica|ReimarBauer', u'AddAttachment|htdocs_arnica-1.7.1beta2.zip|htdocs_arnica-1.7.1beta2.zip|HelpOnArnica|ReimarBauer', u'AddAttachment|CHANGES_arnica|CHANGES.txt|HelpOnArnica|ReimarBauer', u'InstallPlugin|text_x_arnica.py|local|parser|text_x_arnica.py', u'InstallPlugin|arnica_slides.py|local|action|arnica_slides.py', u'InstallPlugin|refresh.py|local|action|refresh.py', u'InstallPlugin|arnica.py|local|macro|arnica.py', u'SetThemeName|arnica', ...])
15 1. 424
16 2. 425 try:
17 3. 426 fn(*elements[1:])
18 4. 427 except ScriptExit:
19 5. 428 break
20 * fn = <bound method ZipPackage.do_addrevision of <MoinMoin.packages.ZipPackage instance at 0x8a1d30c>>
21 * elements = [u'AddRevision', u'HelpOnArnica.txt', u'HelpOnArnica', u'ReimarBauer', u'description of arnica']
22 6.
23
24 /usr/local/lib/python2.5/site-packages/MoinMoin/packages.py in do_addrevision (self=<MoinMoin.packages.ZipPackage instance at 0x8a1d30c>, filename=u'HelpOnArnica.txt', pagename=u'HelpOnArnica', author=u'ReimarBauer', comment=u'description of arnica', trivial=False)
25 1. 302 page = PageEditor(self.request, pagename, do_editor_backup=0, uid_override=author)
26 2. 303 try:
27 3. 304 page.saveText(self.extract_file(filename).decode("utf-8"), 0, trivial=trivial, comment=comment)
28 4. 305 self.msg += u"%(pagename)s added \n" % {"pagename": pagename}
29 5. 306 except PageEditor.Unchanged:
30 * page = <MoinMoin.PageEditor.PageEditor object at 0x8a1decc>
31 * page.saveText = <bound method PageEditor.saveText of <MoinMoin.PageEditor.PageEditor object at 0x8a1decc>>
32 * self = <MoinMoin.packages.ZipPackage instance at 0x8a1d30c>
33 * self.extract_file = <bound method ZipPackage.extract_file of <MoinMoin.packages.ZipPackage instance at 0x8a1d30c>>
34 * filename = u'HelpOnArnica.txt'
35 * ).decode = <built-in method decode of unicode object at 0x8a11c68>
36 * trivial = False
37 * comment = u'description of arnica'
38 7.
39
40 /usr/local/lib/python2.5/site-packages/MoinMoin/PageEditor.py in saveText (self=<MoinMoin.PageEditor.PageEditor object at 0x8a1decc>, newtext=u'<<TableOfContents>>\r\n\r\n= arnica =\r\narnica is bas...y remove the thumbnail and webnail cache files.\r\n', rev=0, **kw={'comment': u'description of arnica', 'trivial': False})
41 1. 1049 if not request.user.may.save(self, newtext, rev, **kw):
42 2. 1050 msg = _('You are not allowed to edit this page!')
43 3. 1051 raise self.AccessDenied, msg
44 4. 1052 elif not self.isWritable():
45 5. 1053 msg = _('Page is immutable!')
46 * self = <MoinMoin.PageEditor.PageEditor object at 0x8a1decc>
47 * self.AccessDenied = <class 'MoinMoin.PageEditor.AccessDenied'>
48 * msg = u'Sie d\xfcrfen diese Seite nicht editieren!'
49
50 AccessDenied
51
52 Sie dürfen diese Seite nicht editieren!
53
54 * args = ()
55 * message = u'Sie d\xfcrfen diese Seite nicht editieren!'
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.