Edgewall Software

Changes between Initial Version and Version 2 of Ticket #7012


Ignore:
Timestamp:
Jan 15, 2011, 3:47:57 PM (13 years ago)
Author:
Christian Boos
Comment:

Duplicate of #7014.

See source:sandbox/webadmin/webadmin/plugin.py@4429#L171 for the calling point.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7012

    • Property Status newclosed
    • Property Resolutionduplicate
  • Ticket #7012 – Description

    initial v2  
    11Prior to installing the code review plugin the admin function worked well.  After installing this plugin, the following error message is given when "Plugins" is chosen on the left menu of the Admin function.  Note that all other left menu items of the Admin function appear to function correctly.
    22
    3 ----------------------Message Follows---------------------------
     3{{{
    44Python Traceback
    55Traceback (most recent call last):
     
    2121    return self.loader.get_data(path)
    2222ZipImportError: bad local file header in /usr/lib/python2.4/site-packages/TracCodeReview-2.0dev-py2.4.egg
     23}}}