Have you tried trac 0.11.5? That works for me. I get the same error as you on 0.11.6.
--g On Nov 28, 5:34 am, PhilippeK <[email protected]> wrote: > I have tried a number of things for installation (global package or > local egg in the pluggins-, but every time I try to enable Agiloin > Trac, I get the same kind of error: > > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/web/api.py", line 377, in send_error > 'text/html') > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/web/chrome.py", line 733, in render_template > data = self.populate_data(req, data) > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/web/chrome.py", line 633, in populate_data > d['chrome'].update(req.chrome) > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/web/api.py", line 195, in __getattr__ > value = self.callbacks[name](self) > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/web/chrome.py", line 488, in prepare_request > for category, name, text in contributor.get_navigation_items(req): > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/admin/web_ui.py", line 65, in get_navigation_items > panels, providers = self._get_panels(req) > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/admin/web_ui.py", line 160, in _get_panels > for provider in self.panel_providers: > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/core.py", line 70, in extensions > return filter(None, [component.compmgr[cls] for cls in > extensions]) > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/core.py", line 207, in __getitem__ > component = cls(self) > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/core.py", line 111, in maybe_init > init(self) > File "build/bdist.linux-i686/egg/agilo/scrum/backlog/admin.py", line > 45, in __init__ > self.calculated = LinksConfiguration(self.env).get_calculated() or > [] > File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6rc1- > py2.6.egg/trac/core.py", line 111, in maybe_init > init(self) > File "build/bdist.linux-i686/egg/agilo/ticket/links/model.py", line > 100, in __init__ > self.initialize() > File "build/bdist.linux-i686/egg/agilo/ticket/links/model.py", line > 162, in initialize > fields_s = links.get('%s.%s.%s' % (src, dest, LinkOption.SORT)) > File "build/bdist.linux-i686/egg/agilo/utils/config.py", line 140, > in get > if len(value.strip()) == 0: > AttributeError: 'NoneType' object has no attribute 'strip' > > I am using the following: > Trac: 0.11.6rc1 > Python: 2.6.4 (r264:75706, Oct 29 2009, 15:55:15) [GCC 4.4.1] > setuptools: 0.6c9 > SQLite: 3.6.16 > pysqlite: 2.4.1 > Genshi: 0.5.1 > mod_python: 3.3.1 > jQuery: 1.2.6 > > Any idea ? > > Thanks in advance for your answers, > > Philippe -- 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

