Opened 17 years ago
Closed 16 years ago
#2302 closed defect (fixed)
Tracmetrixplugin doesn't appear when update to Trac-0.11dev_r6323
Reported by: | Bhuricha Deen Sethanandha | Owned by: | Bhuricha Deen Sethanandha |
---|---|---|---|
Priority: | highest | Component: | TracMetrixPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
The problem may cause by the refactoring of Trac context module.
12:18:57 AM Trac[init] ERROR: Skipping "tracmetrixplugin.web_ui = tracmetrixplugin.web_ui": (can't import "No module named context") 12:18:57 AM Trac[init] ERROR: Skipping "tracmetrixplugin.mdashboard = tracmetrixplugin.mdashboard": (can't import "No module named context")
Attachments (3)
Change History (10)
comment:1 Changed 17 years ago by
Owner: | changed from Alec Thomas to Bhuricha Deen Sethanandha |
---|---|
Priority: | normal → highest |
Severity: | normal → blocker |
Status: | new → assigned |
comment:2 Changed 17 years ago by
Component: | TracHacks → TracMetrixPlugin |
---|
comment:3 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:4 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Trac Release: | 0.10 → 0.11 |
comment:5 Changed 16 years ago by
I just added a patch to get this working with 11.1. I'm still having issues getting it working, but this got me past the initial upgrade issues.
comment:6 Changed 16 years ago by
the last revision of the patch fixes a query issue with postgres, and the image output. this will be my last effort on this, due to the intensity of resource usage from this plugin.
comment:7 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Thank! I applied the patched in [5419]. Actually this may not be the only problem that cause TracMetrix to disappear.
If Matplotlib is not available, it will also cause TracMetrix to disappear.
I didn't change the sql statement because it caused me some error.
I have teh same error on trac 0.11.1
2008-09-24 14:31:28,009 Trac[loader] ERROR: Skipping "tracmetrixplugin.api = tracmetrixplugin.api": (can't import "DLL load failed: Das angegebene Modul wurde nicht gefunden.") 2008-09-24 14:31:28,026 Trac[loader] ERROR: Skipping "tracmetrixplugin.web_ui = tracmetrixplugin.web_ui": (can't import "DLL load failed: Das angegebene Modul wurde nicht gefunden.") 2008-09-24 14:31:28,042 Trac[loader] ERROR: Skipping "tracmetrixplugin.mdashboard = tracmetrixplugin.mdashboard": (can't import "DLL load failed: Das angegebene Modul wurde nicht gefunden.") 2008-09-24 14:31:28,056 Trac[loader] ERROR: Skipping "tracmetrixplugin.model = tracmetrixplugin.model": (can't import "DLL load failed: Das angegebene Modul wurde nicht gefunden.")