locale.Error when trying to run SABnzbd 0.6.15


Recommended Posts

I was running SABnzbd 0.6.14 without issues.  I tried to upgrade to 0.6.15 and am getting this error when trying to start SABnzbd.  I even installed unMenu and SABnzbd through that thinking they might have a fix for this, but I am still getting the same error.  Does anyone have an solution to fix this?  Thanks.

 

root@Tower:/mnt/cache/.sabnzbd#  /mnt/cache/.sabnzbd/SABnzbd.py

Traceback (most recent call last):

  File "/mnt/cache/.sabnzbd/SABnzbd.py", line 65, in <module>

    import sabnzbd

  File "/mnt/cache/.sabnzbd/sabnzbd/__init__.py", line 85, in <module>

    import sabnzbd.api

  File "/mnt/cache/.sabnzbd/sabnzbd/api.py", line 29, in <module>

    locale.setlocale(locale.LC_ALL, "")

  File "/usr/lib/python2.6/locale.py", line 513, in setlocale

    return _setlocale(category, locale)

locale.Error: unsupported locale setting

 

Python 2.6.4 (r264:75706, Dec  5 2009, 21:18:28)

[GCC 4.3.3] on linux2

Type "help", "copyright", "credits" or "license" for more information.

>>> locale.setlocale(locale.LC_ALL, "")

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

  File "locale.py", line 513, in setlocale

    return _setlocale(category, locale)

locale.Error: unsupported locale setting

 

Link to comment
  • 2 weeks later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.