Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#3351 closed defect

trac 0.9.5 not worked with python 2.5b1 — at Version 1

Reported by: anonymous Owned by: Christian Boos
Priority: lowest Milestone: 0.9.7
Component: general Version: 0.9.5
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

su-3.00# trac-admin
Traceback (most recent call last):
  File "/usr/local/bin/trac-admin", line 21, in <module>
    from trac.scripts.admin import run
  File "/usr/local/lib/python2.5/site-packages/trac/scripts/admin.py", line 17
    from __future__ import generators
SyntaxError: from __future__ imports must occur at the beginning of the file

Change History (1)

comment:1 by Christian Boos, 18 years ago

Description: modified (diff)
Milestone: 0.9.6
Owner: changed from Jonas Borgström to Christian Boos
Priority: normallowest
Severity: normalminor

If you're willing to test the bleeding edge Python version, you should also have little problems trying out the latest of Trac (0.10dev), which is quite stable now (at least r3502, before the last bunch of Mimeview related refactorings).

Note: See TracTickets for help on using tickets.