Ticket #1500 (closed defect: fixed)
Trac fails to run due to failed "from svn import util"
| Reported by: | ilia@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | high | Milestone: | 0.8.3 |
| Component: | general | Version: | 0.8.1 |
| Severity: | major | Keywords: | trac-admin subversion bindings |
| Cc: |
Description (last modified by cmlenz) (diff)
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


