Ticket #5745 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Error with package python-json on debian lenny

Reported by: jhoanir@gmail.com Assigned to: osimons
Priority: low Component: XmlRpcPlugin
Severity: critical Keywords: python-json
Cc: Trac Release: 0.11

Description

Error with package python-json on debian 5 (lenny)

Package: python-json Version: 3.4-2

" Internal Server Error

TracError?: AttributeError?: 'module' object has no attribute 'JSONEncoder' "

Attachments

Change History

(follow-up: ↓ 2 ) 08/30/09 11:37:30 changed by osimons

The supported JSON is simplejson - the package that the Python 2.6+ JSON is based on.

Could you see if you can find a python-simplejson in your package manager?

I'll add another check in the code to make sure it is the right json that is discovered.

(in reply to: ↑ 1 ) 08/31/09 14:25:05 changed by jhoanir@gmail.com

  • priority changed from high to low.

Replying to osimons:

The supported JSON is simplejson - the package that the Python 2.6+ JSON is based on. Could you see if you can find a python-simplejson in your package manager? I'll add another check in the code to make sure it is the right json that is discovered.

Yes, I have python-simplejson in my repo and work ok. Just wanna report the error.

Thank you!

09/02/09 23:25:10 changed by osimons

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

(In [6486]) XmlRpcPlugin: Adding additional check for actually locating the correct JSON library. Closes #5745.


Add/Change #5745 (Error with package python-json on debian lenny)




Change Properties
Action