Changes between Initial Version and Version 1 of Ticket #50717


Ignore:
Timestamp:
Feb 25, 2016, 9:37:09 PM (8 years ago)
Author:
petrrr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50717 – Description

    initial v1  
    22
    33Here the traceback:
    4 ```
     4{{{
    55>>> import matplotlib
    66Traceback (most recent call last):
     
    2424ValueError: unknown locale: UTF-8
    2525>>>
    26 ```
     26}}}
    2727
    28 The strange thing here is that the locale looks reasonable, the same version just import fine on other OS X versions. Also downgrade to an earlier version (`py27-matplotlib @1.4.3_0+cairo+tkinter`), the import just works fine and the problem is gone.
     28The strange thing here is that the locale looks reasonable, the same version just importa fine on other OS X versions. Also after downgrade to an earlier version (`py27-matplotlib @1.4.3_0+cairo+tkinter`), the import just works fine and the problem is gone.
    2929
    3030
    3131The locale looks reasonable:
    3232
    33 ```
     33{{{
    3434>>> import locale
    3535>>> locale.getpreferredencoding()
    3636'UTF-8'
    37 ```
     37)))
    3838
    3939Any idea what's going on here?