Modify ↓
#1817 closed defect (fixed)
Trac (0.10.4) doesn't seem to recognize the plugin
Reported by: | dr2chase | Owned by: | rlotun |
---|---|---|---|
Priority: | normal | Component: | TracMathPlugin |
Severity: | normal | Keywords: | installation |
Cc: | Trac Release: | 0.10 |
Description
This may be pilot error, but basically, when I "sudo python setup.py install", and add
[components] ... tracmath.* = enabled [tracmath] latex_cmd = /usr/local/teTeX/bin/powerpc-apple-darwin-current/latex dvipng_cmd = /usr/local/teTeX/bin/powerpc-apple-darwin-current/dvipng
and include in a test web page
{{{ #!latex $\mbox{Var}[\tau(X_p,X_d)] = \mbox{Var}[E(\tau(X_p,X_d)|X_p)] E[\mbox{Var}(\tau(X_p,X_d)|X_p)]$ }}}
I am told that no latex processor exists.
I tried upload-and-install for a single project using WebAdmin, that also failed, and the plugin did not show up among the installed plugins even after the upload-and-install.
I've installed quite a few plugins and written one of my own, so I am more than a little puzzled.
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It worked for me in 0.10.4, but I had to restart Apache (I find I have to do that all the time)