This bug was fixed in the package dee - 1.2.0daily13.02.07-0ubuntu1

---------------
dee (1.2.0daily13.02.07-0ubuntu1) raring; urgency=low

  [ Michal Hruby ]
  * Named columns don't work in Python3 (LP: #1100303)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 400
 -- Automatic PS uploader <[email protected]>   Thu, 07 Feb 2013 
06:19:07 +0000

** Changed in: dee (Ubuntu)
       Status: New => Fix Released

** Branch linked: lp:ubuntu/raring-proposed/dee

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to dee in Ubuntu.
Matching subscriptions: dp-dee
https://bugs.launchpad.net/bugs/1100303

Title:
  Named columns don't work in Python3

Status in Dee:
  Fix Committed
Status in “dee” package in Ubuntu:
  Fix Released

Bug description:
  Using Python3, model.append(named='', columns='') fails with:

    File "unity_test_daemon.py", line 66, in on_search_changed
      self.update_results_model(search_string, model)
    File "unity_test_daemon.py", line 79, in update_results_model
      result_type=Unity.ResultType.DEFAULT)
    File "/usr/lib/python3/dist-packages/gi/overrides/Dee.py", line 119, in 
append
      return self.append_row (self._build_row(args, kwargs))
    File "/usr/lib/python3/dist-packages/gi/overrides/Dee.py", line 82, in 
_build_row
      for col_name, arg in kwargs.iteritems():
  AttributeError: 'dict' object has no attribute 'iteritems'

  It works fine using Python2.

  Attached, a scope daemon to replicate the issue.
  (compatible with both Python versions)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dee/+bug/1100303/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to