'module' object has no attribute 'ordered_dict'

Bug #740654 reported by Paul Larson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro Dashboard Bundle utilities
Fix Released
Medium
Zygmunt Krynicki

Bug Description

I seem to get deserialization errors no matter what I submit. I'm just submitting examples found in launch-control source, and in dashboard-bundle source
I've installed all of this from the ppa, and I'm running on natty. Here's the full text of what I found in bundle deserialization errors table:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/dashboard_app/models.py", line 375, in deserialize
    self._do_deserialize(prefer_evolution)
  File "/usr/lib/pymodules/python2.7/dashboard_app/models.py", line 393, in _do_deserialize
    helper.deserialize(self, prefer_evolution)
  File "/usr/lib/pymodules/python2.7/dashboard_app/helpers.py", line 422, in deserialize
    fmt, doc = DocumentIO.load(s_bundle.content)
  File "/usr/lib/pymodules/python2.7/linaro_dashboard_bundle/__init__.py", line 266, in load
    object_pairs_hook = cls._get_dict_impl(retain_order)
  File "/usr/lib/pymodules/python2.7/linaro_dashboard_bundle/__init__.py", line 228, in _get_dict_impl
    object_pairs_hook = json.ordered_dict.OrderedDict
AttributeError: 'module' object has no attribute 'ordered_dict'

Revision history for this message
Zygmunt Krynicki (zyga) wrote :

Most likely python-simplejson is backwards incompatible on natty. We currently don't support natty. Only Ubuntu 10.04 LTS is officially supported with maverick getting unofficial support due to being primary development platform. Once natty is released I'll look into this to figure out how we can fix it while maintaining backwards compatibility

Changed in linaro-python-dashboard-bundle:
status: New → Triaged
Zygmunt Krynicki (zyga)
Changed in linaro-python-dashboard-bundle:
importance: Undecided → Medium
Zygmunt Krynicki (zyga)
Changed in linaro-python-dashboard-bundle:
assignee: nobody → Zygmunt Krynicki (zkrynicki)
milestone: none → 1.5c3
status: Triaged → Fix Committed
Zygmunt Krynicki (zyga)
Changed in linaro-python-dashboard-bundle:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.