Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94489 - www-apps/trac - trac-admin failes with "ImportError: cannot import name util"
Summary: www-apps/trac - trac-admin failes with "ImportError: cannot import name util"
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-30 04:56 UTC by Markus Tacker
Modified: 2005-05-30 09:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Tacker 2005-05-30 04:56:35 UTC
I just emerged trac which went ok.
But using trac-admin fails.

$ trac-admin
Traceback (most recent call last):
  File "/usr/bin/trac-admin", line 34, in ?
    from trac import sync
  File "/usr/lib/python2.3/site-packages/trac/sync.py", line 22, in ?
    from svn import fs, util, delta, repos, core
ImportError: cannot import name util

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jeffrey 2005-05-30 07:48:45 UTC
This is a known bug that's fixed in trac-svn. It's because "util" doesn't exist
in Subversion 1.2.

According to the trac roadmap, 0.8.2 will be released in less than 24 hours with
a bugfix for this.
Comment 2 Markus Tacker 2005-05-30 09:05:44 UTC
@thejef: Thanks, didnt search there first.

See http://projects.edgewall.com/trac/ticket/1500 for reference.