Josep wrote: > El dv 30 de 05 de 2008 a les 08:45 -0700, en/na Paul McNett va escriure: >> What do you get when you open a python interpreter and type: >> >> import locale >> locale.getlocale() >> locale.getdefaultlocale() > >>>> import locale >>>> locale.getlocale() > (None, None) >>>> locale.getdefaultlocale() > ('ca_ES', 'utf_8_euro') > >> What do you get when you open a terminal and type: > > $ echo $LANG > ca_ES.UTF-8 At euro
Okay, before running "python AppWizard .DO.T py" do this:
export LANG='ca_ES.UTF-8'
And tell me if that works.
Paul
©2008 Paul McNett |