Attachment 'traceback.html'

Download

Willkommen

Die Dresden Community Seite gibts nicht mehr. Unten seht Ihr nur noch ein paar Überbleibsel wie die Funpics. Dieses kleine Wiki dient nun dem Maik zur Dokumentation und zum Vorstellen seiner Projekte.

--> -->

ImportError

cannot import name AS_IS

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.

  1. /home/d/dresden-community.de/public_html/moin/moin/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_modpython.Request object>)

    1. 1304 self.page.send_page()
    2. 1305 else:
    3. 1306 handler(self.page.page_name, self)
    4. 1307
    5. 1308 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function do_show>
    • self = <MoinMoin.request.request_modpython.Request object>
    • self.page = <MoinMoin.Page.Page object>
    • self.page.page_name = u'StartSeite'
  2. /home/d/dresden-community.de/public_html/moin/moin/MoinMoin/action/__init__.py in do_show (pagename=u'StartSeite', request=<MoinMoin.request.request_modpython.Request object>, content_only=0, count_hit=1, cacheable=1, print_mode=0)

    1. 251 count_hit=count_hit,
    2. 252 print_mode=print_mode,
    3. 253 content_only=content_only,
    4. 254 )
    5. 255
    • content_only = 0
  3. /home/d/dresden-community.de/public_html/moin/moin/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})

    1. 1195 format_args=pi['formatargs'],
    2. 1196 do_cache=do_cache,
    3. 1197 start_line=pi['lines'])
    4. 1198
    5. 1199 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': 'wiki', 'formatargs': '', 'language': 'de', 'lines': 1}
  4. /home/d/dresden-community.de/public_html/moin/moin/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_modpython.Request object>, body=u'\n= Willkommen =\n\nDie Dresden Community Seite gib...e:none;"> [[Statistiken| zu den Statistiken]] ||\n', format='wiki', format_args='', do_cache=1, **kw={'start_line': 1})

    1. 1283 try:
    2. 1284 code = self.loadCache(request)
    3. 1285 self.execute(request, parser, code)
    4. 1286 except Exception, e:
    5. 1287 if not is_cache_exception(e):
    • self = <MoinMoin.Page.Page object>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page object>>
    • request = <MoinMoin.request.request_modpython.Request object>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
    • code = <code object ? at 0x41182760, file "StartSeite", line 2>
  5. /home/d/dresden-community.de/public_html/moin/moin/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_modpython.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object ? at 0x41182760, file "StartSeite", line 2>)

    1. 1314 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1315 try:
    3. 1316 exec code
    4. 1317 except "CacheNeedsUpdate": # convert the exception
    5. 1318 raise Exception("CacheNeedsUpdate")
    • code = <code object ? at 0x41182760, file "StartSeite", line 2>
  6. /StartSeite in ?

  7. /home/d/dresden-community.de/public_html/moin/moin/MoinMoin/formatter/__init__.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance>, macro_obj=<MoinMoin.macro.Macro instance>, name=u'TableOfContents', args=None, markup=u'<<TableOfContents>>')

    1. 312 # call the macro
    2. 313 try:
    3. 314 return macro_obj.execute(name, args)
    4. 315 except ImportError, err:
    5. 316 errmsg = unicode(err)
    • macro_obj = <MoinMoin.macro.Macro instance>
    • macro_obj.execute = <bound method Macro.execute of <MoinMoin.macro.Macro instance>>
    • name = u'TableOfContents'
    • args = None
  8. /home/d/dresden-community.de/public_html/moin/moin/MoinMoin/macro/__init__.py in execute (self=<MoinMoin.macro.Macro instance>, macro_name=u'TableOfContents', args=None)

    1. 126 else:
    2. 127 raise ImportError("Cannot load macro %s" % macro_name)
    3. 128 return execute(self, args)
    4. 129
    5. 130 def _m_lang(self, text):
    • execute = <function <lambda>>
    • self = <MoinMoin.macro.Macro instance>
    • args = None
  9. /home/d/dresden-community.de/public_html/moin/moin/MoinMoin/macro/__init__.py in

    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.
    • [get | view] (2008-06-27 09:09:31, 46.4 KB) [[attachment:traceback.html]]
     All files | Selected Files: delete move to page copy to page

    You are not allowed to attach a file to this page.