Modify

Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

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

ttadmin.patch (672 bytes) - added by anonymous 14 years ago.
patch to skip simplejson dependency on python 2.6
ttadmin.2.patch (762 bytes) - added by anonymous 14 years ago.
fixed the patch

Download all attachments as: .zip

Change History (7)

comment:1 Changed 14 years ago by Richard Liao

Resolution: wontfix
Status: newclosed

You should install simplejson as the following:

sudo easy_install simplejson

Changed 14 years ago by anonymous

Attachment: ttadmin.patch added

patch to skip simplejson dependency on python 2.6

comment:2 Changed 14 years ago by anonymous

Resolution: wontfix
Status: closedreopened

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

Changed 14 years ago by anonymous

Attachment: ttadmin.2.patch added

fixed the patch

comment:3 Changed 14 years ago by anonymous

please use ttadmin.2.patch !

comment:4 Changed 14 years ago by Richard Liao

Resolution: fixed
Status: reopenedclosed

fixed in [7781]

comment:5 Changed 10 years ago by Ryan J Ollos

In 13633:

0.8: Bump version to 0.8. Added SVN revision to egg. Refs #6589, #6809, #7311, #7404, #7440, #8555, #8609, #9238, #10858.

Modify Ticket

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