use the manual configuration of pytz for gtk cient, because the error pytz timezone stiil exists :
search name of your local timezone in your windows : start->execute type regedit go to HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Time Zones/ search your timezone by example for me "Romance Standard Time" -> subkey on the right "std" value "Paris, Madrid" copy python25\Lib\site-packages\pytz\zoneinfo\Europe\Paris in python25\Lib\site-packages\pytz\zoneinfo\Paris, Madrid in python25\Lib\site-packages\pytz\__init__.py at the end of the script in all_timezones list add the line : 'Paris, Madrid', you must do this with your own timezone installed on your computer. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=48371#48371 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
