[Trac-tickets] Re: [The Trac Project] #3351: trac 0.9.5 not worked
with python 2.5b1
The Trac Project
noreply at edgewall.com
Sun Jul 2 06:45:20 CDT 2006
#3351: trac 0.9.5 not worked with python 2.5b1
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: cboos
Type: defect | Status: new
Priority: lowest | Milestone: 0.9.6
Component: general | Version: 0.9.5
Severity: minor | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Changes (by cboos):
* milestone: => 0.9.6
* owner: jonas => cboos
* priority: normal => lowest
* severity: normal => minor
Old description:
> 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
New description:
{{{
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
}}}
Comment:
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).
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3351>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list