Comment 5 for bug 406662

Revision history for this message
G. Steel (germsteel) wrote :

Hello,

I am experiencing this bug. Inkscape 0.47pre4 r22446, built Oct 16 2009
running on OS X 10.6.2 python 2.6.2 I was having problems running
Extensions > Visualize Path > Dimensions so I used the default write to link to python
2.5.4. Dimensions extension works now but
I can't run Extensions > Visualize Path > Measure Path

Traceback (most recent call last):
  File "Contents/Resources/extensions/measure.py", line 34, in <module>
    locale.setlocale(locale.LC_ALL, '')
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/locale.py", line 478, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting

I tried setting the locale as described by SUV above but I still get the same error.

Thx