Opened 16 years ago
Closed 16 years ago
#4609 closed defect (fixed)
Not working
Reported by: | anonymous | Owned by: | Takanori Suzuki |
---|---|---|---|
Priority: | high | Component: | WorkflowEditorPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Two bugs seem to be apparent.
In the api.py file I had to change the following line
From:
"import json"
To:
"import simplejson as json"
Next I get the following error in the Trac Log file:
Trac[loader] ERROR: Skipping "workfloweditor.workfloweditor_admin.py = workfloweditor.workfloweditor_admin.py": (can't import "bad local file header in /srv/trac/plugins/WorkflowEditorPlugin-0.1-py2.5.egg")
Trac is running on OpenSuSE 10.3 with no locale information (aside from probably English) installed, I don't know if that is the cause or not.
It does however now show in the admin screen, however when I click on it I get the following error:
Error: Not Found
Unknown administration panel
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [5266])
Fix the import section.
Sorry, this plugin don't user the json. So, can you delete "import json" in api.py and try again please.