Roundup Tracker - Issues

Message2892

Author leonidasxiv
Recipients
Date 2007-08-11.09:37:15
Message-id
In-reply-to
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.
History
Date User Action Args
2009-02-03 14:23:14adminlinkissue1772137 messages
2009-02-03 14:23:14admincreate