Ticket #6809 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

simplejson is missing

Reported by: anton Assigned to: richard
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

ttadmin.patch (0.7 kB) - added by anonymous on 03/17/10 11:49:36.
patch to skip simplejson dependency on python 2.6
ttadmin.2.patch (0.7 kB) - added by anonymous on 03/17/10 11:53:24.
fixed the patch

Change History

03/17/10 02:05:38 changed by richard

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

You should install simplejson as the following:

sudo easy_install simplejson

03/17/10 11:49:36 changed by anonymous

  • attachment ttadmin.patch added.

patch to skip simplejson dependency on python 2.6

03/17/10 11:51:14 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

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 ;-)

03/17/10 11:53:24 changed by anonymous

  • attachment ttadmin.2.patch added.

fixed the patch

03/17/10 11:53:54 changed by anonymous

please use ttadmin.2.patch !

03/18/10 02:09:13 changed by richard

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

fixed in [7781]


Add/Change #6809 (simplejson is missing)




Change Properties
Action