Modify ↓
Opened 20 years ago
Closed 20 years ago
#2857 closed defect (duplicate)
r2977 breaks setup
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
r2977 has broken setup. Errors reported include:
Traceback (most recent call last):
File "/usr/bin/trac-admin", line 21, in ?
from trac.scripts.admin import run
File "/usr/lib/python2.4/site-packages/trac/scripts/admin.py", line 33, in ?
from trac.ticket.model import *
File "/usr/lib/python2.4/site-packages/trac/ticket/__init__.py", line 1, in ?
from trac.ticket.api import *
File "/usr/lib/python2.4/site-packages/trac/ticket/api.py", line 19, in ?
from trac import util
ImportError: cannot import name util
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Duplicate of #2852.