Opened 18 years ago
Closed 18 years ago
#1447 closed defect (fixed)
Plugin not being picked up sometimes
Reported by: | john_kenyon | Owned by: | Peter Kropf |
---|---|---|---|
Priority: | normal | Component: | GraphvizPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Hi, I have been using the graphviz plug in successfully when it was set up on one trac instance, but when we added it to the ini files for the other instances the behaviour was not as expected.
Intermittantly some instances stop rendering graphviz entries and display just the text.
I tried putting the egg in the central lib\site-packages instead of each instances plugin folder, but it does not seem to pick it up from there. This is on Windows Server 2003 so I also tried setting up multiple installations of graphviz and pointing each instance to a different one in case there was some kind of file locking going on. I also played with disabling the cache manager, but this does not appear to make any difference.
Any ideas what to try next? I currently end up restarting trac a few times until it works.
Replying to john_kenyon:
Issue fixed. User error.
We have now installed the egg globally as described here http://trac.edgewall.org/wiki/TracPlugins#ForAllProjects and everything now works as expected.