put the following :
<code>
# locale.resetlocale is bugged with some locales.
# we need to normalize the result of locale.getdefaultlocale()
import locale
try:
   locale.setlocale(locale.LC_ALL, 
locale.normalize(locale._build_localename(locale.getdefaultlocale())))
except:
   locale.setlocale(locale.LC_ALL, 'C')

</code>

Into: Server\addons\base\__init__.py

should work on win2003 (server)




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=37674#37674

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to