Modify ↓
Opened 18 years ago
Closed 17 years ago
#2357 closed defect (fixed)
cannot python -c "import depgraph"
| Reported by: | Owned by: | Felix Tiede | |
|---|---|---|---|
| Priority: | normal | Component: | TracTicketDepgraphPlugin |
| Severity: | critical | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Although mastertickets 0.11 is installed properly and can be imported ok, i cannot import depgraph. Maybe blocked_by moved?
tracticketdepgraphplugin/0.10 $ python -c "import depgraph"
Traceback (most recent call last):
File "<string>", line 1, in ?
File "depgraph/__init__.py", line 1, in ?
from web_ui import *
File "depgraph/web_ui.py", line 43, in ?
from depgraph import DepgraphMacro
File "depgraph/depgraph.py", line 49, in ?
from mastertickets.util import blocked_by
ImportError: cannot import name blocked_by
Attachments (0)
Note: See
TracTickets for help on using
tickets.



You no longer need this plugin. The functionality is now integrated into mastertickets.