Ok, To be sure I recompiled without stackless.
After modifying the code i indeed get a stacktrace. Trac detected an internal error: AttributeError: 'NoneType' object has no attribute 'b_type' Most recent call last: File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "/var/lib/trac/scrum-testing/plugins/agilo-0.7.4.1_r1624_20090611-py2.5.egg/agilo/scrum/web_ui/backlog.py", line 229, in process_requestFile "/var/lib/trac/scrum-testing/plugins/agilo-0.7.4.1_r1624_20090611-py2.5.egg/agilo/scrum/web_ui/backlog.py", line 332, in _load_backlog Thanx On Fri, Mar 12, 2010 at 11:17 AM, Felix Schwarz <[email protected]> wrote: > > Am 12.03.2010 11:03, schrieb Jos Houtman: >> >> I dont get an option for simple view, even as trac_admin. >> Nor do I get a stacktrace. > > Ah, sorry about that. Back in the old 0.7 days there was a mechanism that > 'hides' this from you. Please modify the code in agilo/scrum/backlog.py line > 879: > except Exception, e: > error(self, str(e)) > if handle_ta: > db.rollback() > raise TracError(_("An error occurred while loading Backlog data: > %s" % str(e))) > > Replace the 'raise TracError(...)' with just 'raise'. > > Afterwards you should see a stack trace. > >> Python: 2.5.2 Stackless 3.1b3 060516 (release25-maint, Aug 19 2009, > > I never worked with stackless. However it does things really differently - > did Agilo work before without stackless? > > fs > > -- > Follow Agilo on Twitter: http://twitter.com/agiloforscrum > ----- > You received this message because you are subscribed to the Google > Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH > http://www.agile42.com and is focused in supporting Agilo for Scrum users. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/agilo?hl=en > -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum ----- You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo?hl=en

