Modify

Opened 15 years ago

Closed 15 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 15 years ago by Takanori Suzuki

Sorry, this plugin don't user the json. So, can you delete "import json" in api.py and try again please.

comment:2 Changed 15 years ago by Takanori Suzuki

Resolution: fixed
Status: newclosed

(In [5266])
Fix the import section.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Takanori Suzuki.
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.