Roundup Tracker - Issues

Issue 1772137

classification
Support for setuptools
Type: Severity: normal
Components: None Versions:
process
Status: closed accepted
:
: jpend : jpend, leonidasxiv
Priority: normal : patch

Created on 2007-08-11 09:37 by leonidasxiv, last changed 2007-09-11 04:12 by jpend.

Files
File name Uploaded Description Edit Remove
easy_install_templates.diff leonidasxiv, 2007-08-11 09:37 Changes to the admin.py to work with setuptools.
Messages
msg2892 Author: [hidden] (leonidasxiv) Date: 2007-08-11 09:37
As I install things very often using easy_install I did the same with roundup. Unfortunately, easy_install installs the share directory to somewhere where the admin.py file cannot find it, because the share directory is located in the top level directory of the egg.

As a consequence, roundup-admin install did not find *any* templates.

I patched the admin.py file to also search in the egg directory, now roundup-admin install is able to find the templates properly. I adjusted the comments as well, to describe the change.
msg2893 Author: [hidden] (jpend) Date: 2007-08-29 17:03
easy_install seems widespread enough that it would be nice to work with it. I'll try to take a look at this patch this weekend.
msg2894 Author: [hidden] (jpend) Date: 2007-09-11 04:12
Patch checked in to CVS. Thanks!
History
Date User Action Args
2007-08-11 09:37:15leonidasxivcreate