Re: [mezzanine-users] Error with SHOP_CURRENCY_LOCALE in OSX 10.9

2014-07-17 Thread Emlyn Clay
I have the same issue on my Mac dev machine when I run the pydev debugger in PyCharm. `locale -a` tells me that the locale that I've chosen ('en_GB') is available. I found that the python interpreter complains that there is 'too many variables to unpack' because settings.SHOP_CURRENCY_LOCALE is

Re: [mezzanine-users] Error with SHOP_CURRENCY_LOCALE in OSX 10.9

2014-07-17 Thread Stephen McDonald
Thanks Emlyn - that sounds like a bug in Cartridge On Fri, Jul 18, 2014 at 7:43 AM, Emlyn Clay eclay...@gmail.com wrote: I have the same issue on my Mac dev machine when I run the pydev debugger in PyCharm. `locale -a` tells me that the locale that I've chosen ('en_GB') is available. I found

Re: [mezzanine-users] Error with SHOP_CURRENCY_LOCALE in OSX 10.9

2014-01-07 Thread Denis Cornehl
„locale -a“ helped me to see which locales are installed and how they are written exactly. en_US.UTF-8 is installed on my Mac OS X 10.9. I had to set different locales on the production env (ubuntu) and my dev-env, since they were spelled slightly different. Am 08.01.2014 um 06:19 schrieb