Edgewall Software

Changes between Initial Version and Version 4 of Ticket #1500


Ignore:
Timestamp:
May 5, 2005, 11:54:41 AM (19 years ago)
Author:
Christopher Lenz
Comment:

This error is due to Subversion 1.2 breaking compatibility with Trac 0.8.x by removing the svn.util module.

We should fix this in 0.8.2.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1500

    • Property Status newreopened
    • Property Severity normalmajor
    • Property Summary trac-admin fails to run due to failed "import util"Trac fails to run due to failed "from svn import util"
    • Property Priority normalhigh
    • Property Milestone0.8.2
  • Ticket #1500 – Description

    initial v4  
    11After a installing trac on python 2.4.1, I've attempted to run "trac-admin [path] initenv" to initialize the database. This failed with the following error:
     2{{{
    23Traceback (most recent call last):
    34  File "/usr/bin/trac-admin", line 34, in ?
     
    67    from svn import fs, util, delta, repos, core
    78ImportError: cannot import name util
     9}}}
    810
    9 The trac python modules have been installed in the default path and /usr/lib/python2.4/site-packages/trac/util.py is available.
     11The trac python modules have been installed in the default path and {{{/usr/lib/python2.4/site-packages/trac/util.py}}} is available.