Print this page in PRINT mode (action=print) to get handouts.
--> -->
CacheError
[Errno 13] Permission denied: '/usr/share/moin/underlay/pages/HelpOnSlideShows(2f)000(20)Introduction/cache/text_htmlGLR1nO.tmp'
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object at 0x9f2b8ac>)
- 1305 self.page.send_page()
- 1306 else:
- 1307 handler(self.page.page_name, self)
- 1308
- 1309 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function do_show at 0xa1f233c>
- self = <MoinMoin.request.request_cgi.Request object at 0x9f2b8ac>
- self.page = <MoinMoin.Page.Page object at 0xa3e15ac>
- self.page.page_name = u'SlideShowHandOutTemplate'
/var/lib/python-support/python2.5/MoinMoin/action/__init__.py in do_show (pagename=u'SlideShowHandOutTemplate', request=<MoinMoin.request.request_cgi.Request object at 0x9f2b8ac>, content_only=0, count_hit=1, cacheable=1, print_mode=0)
- 251 count_hit=count_hit,
- 252 print_mode=print_mode,
- 253 content_only=content_only,
- 254 )
- 255
- content_only = 0
/var/lib/python-support/python2.5/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object at 0xa3e1e0c>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})
- 1195 format_args=pi['formatargs'],
- 1196 do_cache=do_cache,
- 1197 start_line=pi['lines'])
- 1198
- 1199 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance at 0xa3e592c>, 'format': u'wiki', 'formatargs': u'', 'language': u'en', 'lines': 5}
/var/lib/python-support/python2.5/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object at 0xa3e1e0c>, request=<MoinMoin.request.request_cgi.Request object at 0x9f2b8ac>, body=u'\n(!) Print this page in PRINT mode (action=print...ast but not least: Running your presentation.)>>\n', format=u'wiki', format_args=u'', do_cache=1, **kw={'start_line': 5})
- 1283 try:
- 1284 code = self.loadCache(request)
- 1285 self.execute(request, parser, code)
- 1286 except Exception, e:
- 1287 if not is_cache_exception(e):
- self = <MoinMoin.Page.Page object at 0xa3e1e0c>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page object at 0xa3e1e0c>>
- request = <MoinMoin.request.request_cgi.Request object at 0x9f2b8ac>
- parser = <MoinMoin.parser.text_moin_wiki.Parser instance at 0xa3e81ec>
- code = <code object <module> at 0xa408d10, file "SlideShowHandOutTemplate", line 2>
/var/lib/python-support/python2.5/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object at 0xa3e1e0c>, request=<MoinMoin.request.request_cgi.Request object at 0x9f2b8ac>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance at 0xa3e81ec>, code=<code object <module> at 0xa408d10, file "SlideShowHandOutTemplate", line 2>)
- 1314 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1315 try:
- 1316 exec code
- 1317 except "CacheNeedsUpdate": # convert the exception
- 1318 raise Exception("CacheNeedsUpdate")
- code = <code object <module> at 0xa408d10, file "SlideShowHandOutTemplate", line 2>
/var/local/share/www/public.logintas.ch/docs/SlideShowHandOutTemplate in
() /var/lib/python-support/python2.5/MoinMoin/formatter/__init__.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance at 0xa3d208c>, macro_obj=<MoinMoin.macro.Macro instance at 0xa40126c>, name=u'Include', args=u'HelpOnSlideShows/000 Introduction', markup=u'<<Include(HelpOnSlideShows/000 Introduction)>>')
- 312 # call the macro
- 313 try:
- 314 return macro_obj.execute(name, args)
- 315 except ImportError, err:
- 316 errmsg = unicode(err)
- macro_obj = <MoinMoin.macro.Macro instance at 0xa40126c>
- macro_obj.execute = <bound method Macro.execute of <MoinMoin.macro.Macro instance at 0xa40126c>>
- name = u'Include'
- args = u'HelpOnSlideShows/000 Introduction'
/var/lib/python-support/python2.5/MoinMoin/macro/__init__.py in execute (self=<MoinMoin.macro.Macro instance at 0xa40126c>, macro_name=u'Include', args=u'HelpOnSlideShows/000 Introduction')
- 126 else:
- 127 raise ImportError("Cannot load macro %s" % macro_name)
- 128 return execute(self, args)
- 129
- 130 def _m_lang(self, text):
- execute = <function execute at 0xa405f0c>
- self = <MoinMoin.macro.Macro instance at 0xa40126c>
- args = u'HelpOnSlideShows/000 Introduction'
/var/lib/python-support/python2.5/MoinMoin/macro/Include.py in execute (macro=<MoinMoin.macro.Macro instance at 0xa40126c>, text=u'HelpOnSlideShows/000 Introduction', args_re=<_sre.SRE_Pattern object at 0xa37f698>, title_re=<_sre.SRE_Pattern object at 0xa1f1220>)
- 207 inc_page.send_page(content_only=True,
- 208 omit_footnotes=True,
- 209 count_hit=False)
- 210 result.append(strfile.getvalue())
- 211 finally:
- count_hit undefined
- builtin False = False
/var/lib/python-support/python2.5/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object at 0x9f7ffec>, **keywords={'content_only': True, 'count_hit': False, 'omit_footnotes': True})
- 1195 format_args=pi['formatargs'],
- 1196 do_cache=do_cache,
- 1197 start_line=pi['lines'])
- 1198
- 1199 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance at 0x9f7f0ec>, 'format': u'wiki', 'formatargs': u'', 'language': u'en', 'lines': 6}
/var/lib/python-support/python2.5/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object at 0x9f7ffec>, request=<MoinMoin.request.request_cgi.Request object at 0x9f2b8ac>, body=u'= Introduction =\n\nYou can use all wiki markup fo... will be hardly visible.\n\n<<Navigation(slides)>>\n', format=u'wiki', format_args=u'', do_cache=1, **kw={'start_line': 6})
- 1288 raise
- 1289 try:
- 1290 code = self.makeCache(request, parser)
- 1291 self.execute(request, parser, code)
- 1292 except Exception, e:
- code undefined
- self = <MoinMoin.Page.Page object at 0x9f7ffec>
- self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page object at 0x9f7ffec>>
- request = <MoinMoin.request.request_cgi.Request object at 0x9f2b8ac>
- parser = <MoinMoin.parser.text_moin_wiki.Parser instance at 0x9f7f50c>
/var/lib/python-support/python2.5/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page object at 0x9f7ffec>, request=<MoinMoin.request.request_cgi.Request object at 0x9f2b8ac>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance at 0x9f7f50c>)
- 1356 self.page_name.encode(config.charset), 'exec')
- 1357 cache = caching.CacheEntry(request, self, self.getFormatterName(), scope='item')
- 1358 cache.update(marshal.dumps(code))
- 1359 return code
- 1360
- cache = <MoinMoin.caching.CacheEntry instance at 0xa07c3ec>
- cache.update = <bound method CacheEntry.update of <MoinMoin.caching.CacheEntry instance at 0xa07c3ec>>
- marshal = <module 'marshal' (built-in)>
- marshal.dumps = <built-in function dumps>
- code = <code object <module> at 0xa2a85c0, file "HelpOnSlideShows/000 Introduction", line 2>
/var/lib/python-support/python2.5/MoinMoin/caching.py in update (self=<MoinMoin.caching.CacheEntry instance at 0xa07c3ec>, content='c\x00\x00\x00\x00\x00\x00\x00\x00\x08\x00\x00\x00@\x00\x00\x00sm\x02\x00\x00e\x00\x00e\x01\x00i\x02\x00i\x03\x00e\x01\x00i\x02\x00i\x04\x00e\x05\x00\x83\x01...\x01\r\x01%\x01\r\x01\x19\x01\r\x01\x19\x01\r\x01\x19\x01\r\x01\x19\x01\r\x01\x19\x01\r\x01\x19\x01\r\x01\x19\x01\r\x01\x19\x01\r\x01\t\x01\x1f\x01\r\x01\x19\x01\r\x01')
- 246 self.close()
- 247 except (pickle.PicklingError, OSError, IOError, ValueError), err:
- 248 raise CacheError(str(err))
- 249
- 250 def content(self):
- global CacheError = <class 'MoinMoin.caching.CacheError'>
- builtin str = <type 'str'>
- err = OSError(13, 'Permission denied')
CacheError
[Errno 13] Permission denied: '/usr/share/moin/underlay/pages/HelpOnSlideShows(2f)000(20)Introduction/cache/text_htmlGLR1nO.tmp'
- args = ("[Errno 13] Permission denied: '/usr/share/moin/u...2f)000(20)Introduction/cache/text_htmlGLR1nO.tmp'",)
- message = "[Errno 13] Permission denied: '/usr/share/moin/u...2f)000(20)Introduction/cache/text_htmlGLR1nO.tmp'"
System Details
- Date: Tue, 22 May 2012 11:25:20 +0000
- Platform: Linux ford 2.6.26-2-xen-686 #1 SMP Thu Jan 27 05:44:37 UTC 2011 i686
- Python: Python 2.5.2 (/usr/bin/python)
- MoinMoin: Release 1.7.1 (release)