GNOME Bugzilla – Bug 600332
Install python-pyicu on progress
Last modified: 2009-11-02 08:00:10 UTC
In order to fix bug #535205, I'm using PyICU to sort various lists. This library is in the python-pyicu package. Thanks to apt-get install it on progress :-)
Done. jschroeder@progress:~$ python Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import PyICU >>> print PyICU.VERSION 0.8.1 >>>
Thanks Jeff, it's running fine!