0

Hi I installed canopy express successfully and I can also work with it (coming from epd-free) ... however when I start it I get the following console message (Debian Linux - Lenny):

kampmann@primergy:~$ canopy Unable to load library icui18n "Cannot load library icui18n: (icui18n: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)" kampmann@primergy:~$

what is "icu18u" (translation of the German text: "cannot open shared object-file - file not found")?

Roman C
  • 49,761
  • 33
  • 66
  • 176
kampmannpeine
  • 129
  • 1
  • 2
  • 11
  • No idea about the `icu` part but the `i18n` bit is the usual shorthand for "internationalization", i.e., the code to handle English, German, French, Maori, etc., language translations. Clearly some shared library is missing. – torek Aug 11 '13 at 09:03
  • Also, Please tag your posts with the `enthought` tag for Enthought staff and other users to notice your questions. – punchagan Aug 11 '13 at 10:00

1 Answers1

1

The icui18n error is a harmless error. Look at this debian bug report for more details

punchagan
  • 5,566
  • 1
  • 19
  • 23