Modify ↓
Opened 11 years ago
Last modified 5 years ago
#11427 new defect
Plugin does not load on fedora
Reported by: | Brian Sipos | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TracWikiPrintPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I am running Fedora 17 right now (I know that this is an old distribution) and when I install the wikiprint plugin I get the error-log messages:
DEBUG: Loading wikiprint.wikiprint from /usr/lib/python2.7/site-packages DEBUG: Skipping "wikiprint.formats = wikiprint.formats": ("DistributionNotFound: pisa" not found) DEBUG: Loading wikiprint.wikiprint from /usr/lib/python2.7/site-packages DEBUG: Skipping "wikiprint.web_ui = wikiprint.web_ui": ("DistributionNotFound: pisa" not found) DEBUG: Loading wikiprint.wikiprint from /usr/lib/python2.7/site-packages DEBUG: Skipping "wikiprint.wikiprint = wikiprint.wikiprint": ("DistributionNotFound: pisa" not found)
and the plugin is missing from the project plugin listing.
I have installed all of the required packages, and also searched on this error message with no other examples of a similar failure found.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Maybe we need to remove
pisa
from the install requirements and instead include xhtml2pdf?