Modify

Opened 16 years ago

Closed 16 years ago

#2357 closed defect (fixed)

cannot python -c "import depgraph"

Reported by: thomas@… 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)

Change History (2)

comment:1 Changed 16 years ago by Noah Kantrowitz

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

comment:2 Changed 16 years ago by Felix Tiede

Resolution: fixed
Status: newclosed

(In [4202]) Upgraded tracticketdepgraphplugin to trac-0.11, this fixes #2357, #2576, #3305.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Felix Tiede.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.