Plugin problems
Gary Thomas <
gary@...>
2005-09-01 17:10:49 GMT
I'm trying to run some plugins with Trac [trunk, r2148). I
started with the accountmanager discussed recently and when
that did not work, I tried the simple egg example from
http://trac-hacks.swapoff.org/wiki/EggCookingTutorial/BasicEggCooking
None of this is working for me. I did a trace of what files
were being accessed when trac starts up and I don't understand
what it's doing wrt the plugins.
Extracting some of this from the trace, I see that trac picks
up my .egg file from the /plugins directory, but then it seems
to get lost and go poking around in the setuptools. I've attached
the relevant lines from the trace.
Does anyone have any idea of what I might be missing here?
Maybe there's something in my trac.ini file that I've not set?
I'd truly like to get the eggs [plugins] working.
--
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
15014 stat64("/TRAC/trac.data/plugins", {st_mode=S_IFDIR|0755, st_size=152, ...}) = 0
15014 stat64("/TRAC/trac.data/plugins", {st_mode=S_IFDIR|0755, st_size=152, ...}) = 0
15014 stat64("/TRAC/trac.data/plugins", {st_mode=S_IFDIR|0755, st_size=152, ...}) = 0
15014 stat64("/TRAC/trac.data/plugins", {st_mode=S_IFDIR|0755, st_size=152, ...}) = 0
(Continue reading)