Modify ↓
#6809 closed defect (fixed)
simplejson is missing
Reported by: | anton | Owned by: | Richard Liao |
---|---|---|---|
Priority: | normal | Component: | TracTicketTemplatePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I just built the egg and installed it but it does not start, due to amissing python lib.
Attachments (2)
Change History (7)
comment:1 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Changed 15 years ago by
Attachment: | ttadmin.patch added |
---|
patch to skip simplejson dependency on python 2.6
comment:2 Changed 15 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Hi in python 2.6 the simplejson is already contained!
But its name is simply json.
I tried the patch here on my trac 0.11.7 + py 2.6.2 + linux and it works:
I simply try first to import json as simplejson ;-)
Note: See
TracTickets for help on using
tickets.
You should install simplejson as the following: