jdt141 wrote:
....  File "/usr/lib/python2.5/site-packages/RBTools-0.2-py2.5.egg/rbtools/
postreview.py", line 549, in process_json
AttributeError: 'module' object has no attribute 'loads'

I'm at a loss... Any and all help would be appreciated.

It looks like the json/simplejson module isn't there (although one would expect a different kind of error, much sooner).

The path indicates Python 2.5, so you will need a 3rd party library (like simplejson), see http://code.google.com/p/simplejson.

The other option would be to try source (rather than the egg) and then trace with pdb to more information.

Chris

--
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to