Changes between Initial Version and Version 8 of Ticket #3362


Ignore:
Timestamp:
Feb 9, 2011, 3:14:42 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3362

    • Property Status changed from new to reopened
    • Property Summary changed from Unknown encoding error with TracDownloader, Trac 0.11, Py 2.5 to [Patch] Unknown encoding error with TracDownloader, Trac 0.11, Py 2.5
  • Ticket #3362 – Description

    initial v8  
     1'''Environment''' : PIL 1.1.6, !PyCaptcha 0.4, !TracDownloader, Trac 0.11, tracd, Python 2.5, Windows XP
    12
    2 '''Environment''' : PIL 1.1.6, PyCaptcha 0.4, TracDownloader, Trac 0.11, tracd, Python 2.5, Windows XP
    3 
    4 '''Task''' : To install the TracDownloader plugin
     3'''Task''' : To install the !TracDownloader plugin
    54
    65'''Problem''' : After the installation (either with through web admin, or directly from the command line), once the server (tracd) is restarted and tries to ''load'' the aforementioned plugin, the following exception is raised :
    7 
     6{{{
    87Traceback (most recent call last):
    98  File "C:\Program Files\Python\2.5\Lib\site-packages\trac\web\api.py", line 339, in send_error
     
    2019    self.env.href.downloader())
    2120LookupError: unknown encoding: /siscont/downloader
     21}}}