On 14 Jul, 2009, at 24:01 , Ian Marsh wrote:
> Hi everybody,
Hi Ian :-)
> I downloaded and installed Agilo 0.8.0 RC1 today to evaluate it, and
> am having one problem. BTW, I installed an agilo egg as outlined in
> the instructions of OS X.
>
> If I try to access the dashboard or view a spring backlog, I am
> presented with this error:
>
> Trac detected an internal error:
> KeyError: 'agilo/'
>
> Here is the Python traceback displayed when accessing the dashboard:
>
> Most recent call last:
> File "/Volumes/data/development/trac/project/.egg-cache/
> agilo-0.8.0_RC1_r1707_20090712-py2.5.egg-tmp/agilo/templates/
> agilo_dashboard.html", line 18, in <Expression u'burndown.display()'>
> ${burndown.display()}
> File "build/bdist.macosx-10.5-i386/egg/agilo/utils/widgets.py", line
> 92, in displayFile "build/bdist.macosx-10.5-i386/egg/agilo/scrum/
> charts.py", line 71, in _get_all_widget_template_directoriesFile
> "build/bdist.macosx-10.5-i386/egg/agilo/utils/widgets.py", line 85, in
> _get_all_widget_template_directoriesFile "/System/Library/Frameworks/
> Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py",
> line 835, in resource_filename
> self, resource_name
> File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/
> lib/python/pkg_resources.py", line 1305, in get_resource_filename
> return self._extract_resource(manager, zip_path)
> File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/
> lib/python/pkg_resources.py", line 1316, in _extract_resource
> zip_stat = self.zipinfo[zip_path]
Looks to be a problem with the fact that the egg is zipped and the
resource file can't be located. We have to look into this, it never
happened to me and I am one of those developers working on OS X. So to
quickly tackle the issue you should try to install agilo just using
the install command, so that it will be installed as a real package,
you can also place it in your own folder if you wish, or in the trac/
plugins folder.
To do so:
$ python setup.py install --install-base=<wherever you want that is in
the PythonPath for trac>
This should avoid the zip problem at least. If you will omit the --
install-base it will be installed in the system Python Path, in /
Library/Python/2.5/site-packages.
HTH
Best
ANdreaT
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---