On Thursday 03 August 2006 19:18 Rob Wilkerson wrote: > If I understand correctly, using easy_install installs plugins > manually. If that's the case then I installed AccountManager globally > and I've enabled it as follows:
> TracNav, however, was installed manually. What do you mean by 'manually' ? You can install plugins either globally (using 'easy_install' or 'python setup.py install') or locally, i.e. per project (by copying the egg into the 'plugins' directory). Only in the former case (global installation) you have to enable it explicitly in the trac.ini. Regards, Thomas [cc'ing to Rob, because the list seems to use greylisting :( ] _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
