Ticket #2357 (closed defect: fixed)

Opened 1 year ago

Last modified 3 months ago

cannot python -c "import depgraph"

Reported by: thomas@viif.de Assigned to: ftiede
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

Change History

01/07/08 14:14:52 changed by coderanger

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

08/31/08 02:28:23 changed by ftiede

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #2357 (cannot python -c "import depgraph")




Change Properties
Action