Modify ↓
Opened 9 years ago
Closed 9 years ago
#12898 closed defect (worksforme)
Plugin installed but invisible
| Reported by: | ntmlod | Owned by: | Aurélien Bompard |
|---|---|---|---|
| Priority: | normal | Component: | OdtExportPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.0 |
Description
After building and copying egg file to Trac 'plugins' directory, this add-on is not loaded at next startup. There is no mention in the log file in DEBUG mode and no new format at the bottom of a wiki page.
Is there any requirement for librairies or external soft to make it work ?
Attachments (0)
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Dependencies should be installed if you use easy_install, python setup.py install or pip install: odtexportplugin/0.11/setup.py@15142:25.
Note: See
TracTickets for help on using
tickets.



Well the first time I did not seen the message from the plugin for libs required. And now step by step I identify what is missing in my local installation.
It began with
pytidylib(Python interface for HTML Tidy) then it waspython-lxml'Pythonic binding for the libxml2 and libxslt' and so on. Hope I can make it out.Probably this would not happen in an installation on a standard system a so I'm not sure if we have to edit the wiki page for this.