Re: error: unsupported locale setting on windows machine

2007-09-07 Thread Subrat
This issue has been fixed. On Sep 6, 11:40 am, Subrat <[EMAIL PROTECTED]> wrote: > I am currently building an app in windows machine which was already > built in unix machine. While running 'syncdb' command, I am getting > error 'unsupported locale setting'. > > >>> import locale > >>> locale.set

error: unsupported locale setting on windows machine

2007-09-06 Thread Subrat
I am currently building an app in windows machine which was already built in unix machine. While running 'syncdb' command, I am getting error 'unsupported locale setting'. >>> import locale >>> locale.setlocale(locale.LC_ALL, '') >> 'English_United States.1252' When I run this it returns error.