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

Reply via email to