Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: unknown locale: UTF-8 #44

Closed
nbro opened this issue Mar 15, 2015 · 1 comment
Closed

ValueError: unknown locale: UTF-8 #44

nbro opened this issue Mar 15, 2015 · 1 comment

Comments

@nbro
Copy link
Contributor

nbro commented Mar 15, 2015

When I first run pygubu I had a problem saying something like this:

ValueError: unknown locale: UTF-8

I solved it adding some lines to the ~/.bash_profile file:

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

Yes, I am on a Mac OS X Yosemite, and I suppose you did not have the problem running it from Linux.

@alejandroautalan
Copy link
Owner

Hi,
It seems that this is a common issue with python in some OS X versions and not caused directly by pygubu. The solution you found is the easyest and recommended.

Regards.
Alejandro A.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants