After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600332 - Install python-pyicu on progress
Install python-pyicu on progress
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jeff Schroeder
GNOME Sysadmins
Depends on:
Blocks: 535205
 
 
Reported: 2009-11-01 18:46 UTC by Claude Paroz
Modified: 2009-11-02 08:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Claude Paroz 2009-11-01 18:46:54 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 :-)
Comment 1 Jeff Schroeder 2009-11-02 05:48:40 UTC
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
>>>
Comment 2 Claude Paroz 2009-11-02 08:00:10 UTC
Thanks Jeff, it's running fine!