Edgewall Software

Opened 19 years ago

Last modified 18 years ago

#1500 closed defect

trac-admin fails to run due to failed "import util" — at Initial Version

Reported by: ilia@… Owned by: Jonas Borgström
Priority: high Milestone: 0.8.3
Component: general Version: 0.8.1
Severity: major Keywords: trac-admin subversion bindings
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

After 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: Traceback (most recent call last):

File "/usr/bin/trac-admin", line 34, in ?

from trac import sync

File "/usr/lib/python2.4/site-packages/trac/sync.py", line 23, in ?

from svn import fs, util, delta, repos, core

ImportError: cannot import name util

The trac python modules have been installed in the default path and /usr/lib/python2.4/site-packages/trac/util.py is available.

Change History (0)

Note: See TracTickets for help on using tickets.