Modify

Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#11975 closed defect (fixed)

wikiprint component not loaded in Ubuntu 14LTS

Reported by: huangjianzhong@… Owned by: Ryan J Ollos
Priority: normal Component: TracWikiPrintPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description

I checked using dpkg -l on my Ubuntu 14.04.1:

python-pil 2.3.0-1ubuntu3 amd64 Python Imaging Library (Pillow fork)

This is the log of trac:

2014-09-11 16:33:27,684 Trac[loader] DEBUG: Loading wikiprint.formats from /usr/lib/python2.7/dist-packages
2014-09-11 16:33:27,688 Trac[loader] DEBUG: Skipping "wikiprint.formats = wikiprint.formats": ("DistributionNotFound: PIL" not found)
2014-09-11 16:33:27,689 Trac[loader] DEBUG: Loading wikiprint.web_ui from /usr/lib/python2.7/dist-packages
2014-09-11 16:33:27,693 Trac[loader] DEBUG: Skipping "wikiprint.web_ui = wikiprint.web_ui": ("DistributionNotFound: PIL" not found)
2014-09-11 16:33:27,693 Trac[loader] DEBUG: Loading wikiprint.wikiprint from /usr/lib/python2.7/dist-packages
2014-09-11 16:33:27,697 Trac[loader] DEBUG: Skipping "wikiprint.wikiprint = wikiprint.wikiprint": ("DistributionNotFound: PIL" not found)

Attachments (0)

Change History (3)

comment:1 Changed 9 years ago by Ryan J Ollos

Owner: changed from Álvaro Iradier to Ryan J Ollos
Status: newassigned

comment:2 Changed 9 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

In 14757:

1.9.4: Adjust installation requirements. Fixes #11975.

xhtml2pdf installs other required dependencies.

comment:3 Changed 9 years ago by Ryan J Ollos

python setup.py install from the source directory and easy_install https://trac-hacks.org/svn/tracwikiprintplugin/0.11 should install the required dependencies.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.