Modify ↓
Opened 7 years ago
Closed 7 years ago
#2857 closed defect (duplicate)
r2977 breaks setup
| Reported by: | Markus Tacker <m@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | major | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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)
Change History (1)
comment:1 Changed 7 years ago by anonymous
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Duplicate of #2852.