Changes between Version 48 and Version 49 of TracWikiPrintPlugin


Ignore:
Timestamp:
Apr 24, 2020, 6:27:37 PM (4 years ago)
Author:
Nicholas L
Comment:

Updated informaiton about PIL (python imaging library) not being supported anymore

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiPrintPlugin

    v48 v49  
    4444$ pip install -U xhtml2pdf==0.2b1
    4545}}}
    46 * [http://www.pythonware.com/products/pil/ PIL] (Python Imaging Library): I'm not sure if this is a dependency of xhtml2pdf, but anyways, ''easy_install PIL'' should do the work.
     46* ~~[http://www.pythonware.com/products/pil/ PIL] (Python Imaging Library): I'm not sure if this is a dependency of xhtml2pdf, but anyways, ''easy_install PIL'' should do the work.~~
     47 * PIL is not maintained anymore. Pillow is a maintained fork  `pip install Pillow`
    4748* [http://pygments.org/ Pygments]: Python syntax highlighter. You need this for syntax highlighting in Trac too.
    4849