Changes between Version 4 and Version 8 of Ticket #8803


Ignore:
Timestamp:
Sep 26, 2012, 1:46:46 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Duplicate of #8276.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8803

    • Property Owner changed from Radek Bartoň to Ryan J Ollos
    • Property Status changed from assigned to new
  • Ticket #8803 – Description

    v4 v8  
    1 I would like to enable Discussion plugin 0.11 (from svn) for Trac 12.2 on my enterprise RHEL 5.4 system running python2.4. However, it appears that several lines of python 2.5 code (if oneliners for example) break python 2.4 compatibility. I noticed that there was a python2.4 patch few revisions back, so I tried to check out SVN r9590, apply the patch, and install the plugin. This did not work and Trac kept issuing a WARNING in the log:
     1I would like to enable Discussion plugin 0.11 (from svn) for Trac 12.2 on my enterprise RHEL 5.4 system running python2.4. However, it appears that several lines of python 2.5 code (`if` oneliners for example) break python 2.4 compatibility. I noticed that there was a python2.4 patch few revisions back, so I tried to check out SVN r9590, apply the patch, and install the plugin. This did not work and Trac kept issuing a WARNING in the log:
    22
    33{{{
    4 Component <tracdiscussion.init.DiscussionInit object at 0x2ade4de3d7d0> requires environment upgrade. Running "trac-admin ...  upgrade" did not solve the issue, even though permissions were set correctly. I am currently stuck.
     4Component <tracdiscussion.init.DiscussionInit object at 0x2ade4de3d7d0> requires environment upgrade.
    55}}}
     6
     7Running `trac-admin ...  upgrade` did not solve the issue, even though permissions were set correctly. I am currently stuck.
    68
    79Does anyone maintain a more current python2.4 patch?