On Thursday 03 August 2006 17:58, Rob Wilkerson wrote: > I installed TracNav by dropping the egg file into my /plugins > directory and gave it the *exact* same perms as those given to the > WebAdmin egg file. WebAdmin loads and runs perfectly. TracNav...not > so much.
Did you set the PYTHON_EGG_CACHE environment variable to a directory writable by the user your apache runs under? See http://trac.edgewall.org/wiki/TracPlugins#SettingupthePluginCache. Alternatively, you can install it globally, using the --always-unzip option. Also note that globally installed plugins have to be enabled in the trac.ini. Regards, Thomas _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
