Changes between Initial Version and Version 2 of Ticket #5283


Ignore:
Timestamp:
Feb 2, 2012, 9:16:52 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Fixed in #5540.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5283

    • Property Owner changed from Petr Škoda to Ryan J Ollos
    • Property Status changed from new to assigned
  • Ticket #5283 – Description

    initial v2  
    1 I've installed PyCAPTCHA: easy_install http://svn.navi.cx/misc/trunk/pycaptcha[[BR]]
     1I've installed PyCAPTCHA: `easy_install http://svn.navi.cx/misc/trunk/pycaptcha`
    22
    3 I've installed PIL: yum install python-imaging[[BR]]
     3I've installed PIL: `yum install python-imaging`.
    44
    5 Couldn't install tracdownloaderplugin with easy-install because there is a Syntax Error in setup.py on row 23. [[BR]]
     5Couldn't install tracdownloaderplugin with easy-install because there is a Syntax Error in `setup.py` on row 23.
     6
    67I've downloaded zip, removed """" from rows 21 and 22, now it looks so:
     8{{{
    79 21   install_requires = ['PyCAPTCHA >= 0.4','PIL >= 1.1.5'],[[BR]]
    810
     
    2426    self.env.href.downloader())
    2527LookupError: unknown encoding: /downloader
    26 
     28}}}
    2729Now I've disabled it in trac.ini and Trac works.