gnumed-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-bugs] Unable to search by date in patient search field


From: Jim Busser
Subject: Re: [Gnumed-bugs] Unable to search by date in patient search field
Date: Tue, 19 Jul 2011 19:55:48 -0700

On 2011-07-17, at 3:13 PM, Karsten Hilbert wrote:

> On Sun, Jul 17, 2011 at 02:51:21PM -0700, Jim Busser wrote:
> 
>> Once we figure this out, we can maybe also figure out why, when registering 
>> a new patient, and despite that I enter
>> 
>>      21/6/1954
>> 
>> GNUmed warns me that creating a patient without a date of
>> birth limits what GNUmed can do, and I must then go and
>> enter the demographic and under Identity input (I think)
>> 1954/6/21 and click Save.
> 
> That's easy - because GNUmed did not yet attempt the format
> day/month/year, apparently. Now it does.

Does this mean 0.9.8 onwards?

Also, do the appended lines from my log give any indication why the date format 
problems?

I notice that in the earlier lines of the log, no settings (or settings as 
plain 'C') are found for various attributes, but only later -- I think after 
accessing user-specific settings -- does the log show values like

        en_CA, UTF-8

So is there any mismatch between what postgres expects (when installed under a 
system account) and what users might submit (under a system-level user account) 
?

-- Jim

2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #124): unmodified startup locale settings (should be [C])
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #126): current locale settings:
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #127): locale.get_locale(): (None, None)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_NUMERIC): (None, None)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_MESSAGES): (None, None)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_MONETARY): (None, None)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_COLLATE): (None, None)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_CTYPE): (None, None)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_TIME): (None, None)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_NUMERIC): C)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_MESSAGES): C)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_MONETARY): C)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_COLLATE): C)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_CTYPE): C)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_ALL): C)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_TIME): C)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #135): locale.getdefaultlocale() - default (user) locale: ('en_CA', 'UTF8')
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #139): encoding sanity check (also check "locale.nl_langinfo(CODESET)" below):
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #144): sys.getdefaultencoding(): [ascii]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #145): locale.getpreferredencoding(): [US-ASCII]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #146): locale.getlocale()[1]: [None]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #147): sys.getfilesystemencoding(): [utf-8]
2011-07-18 20:43:37  WARNING   gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #154): encoding suggested by locale (US-ASCII) does not match encoding 
currently set in locale (None)
2011-07-18 20:43:37  WARNING   gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #155): this might lead to encoding errors
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #160): <codecs> module CAN handle encoding [US-ASCII]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #160): <codecs> module CAN handle encoding [ascii]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #160): <codecs> module CAN handle encoding [utf-8]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #163): on Linux you can determine a likely candidate for the encoding by 
running "locale charmap"
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #165): locale related environment variables (${LANG} is typically used):
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #170): ${LANGUAGE} not set
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #170): ${LC_ALL} not set
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #170): ${LC_CTYPE} not set
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #168): ${LANG}=en_CA.UTF-8
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #172): database of locale conventions:
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(mon_decimal_point): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(int_frac_digits): 127
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(p_sep_by_space): 127
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(frac_digits): 127
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(thousands_sep): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(n_sign_posn): 127
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(decimal_point): .
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(int_curr_symbol): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(n_cs_precedes): 127
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(p_sign_posn): 127
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(mon_thousands_sep): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(negative_sign): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(currency_symbol): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(n_sep_by_space): 127
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(mon_grouping): []
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(p_cs_precedes): 127
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(positive_sign): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #176): locale.localeconv(grouping): []
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(D_FMT): %m/%d/%y
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(D_T_FMT): %a %b %e %H:%M:%S %Y
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(YESEXPR): ^[yY]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(ALT_DIGITS): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(T_FMT_AMPM): %I:%M:%S %p
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(RADIXCHAR): .
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(ERA_D_FMT): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(T_FMT): %H:%M:%S
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(NOEXPR): ^[nN]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(CRNCYSTR): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(ERA): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(CODESET): US-ASCII
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(THOUSEP): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #191): locale.nl_langinfo(ERA_D_T_FMT): 
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::activate_locale()
 #249): activating user-default locale with <locale.setlocale(locale.LC_ALL, 
'')> returns: [en_CA.UTF-8]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #124): locale settings after activating user-default locale
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #126): current locale settings:
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #127): locale.get_locale(): ('en_CA', 'UTF8')
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_NUMERIC): ('en_CA', 'UTF8')
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_MESSAGES): ('en_CA', 'UTF8')
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_MONETARY): ('en_CA', 'UTF8')
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_COLLATE): ('en_CA', 'UTF8')
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_CTYPE): ('en_CA', 'UTF8')
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #129): locale.get_locale(LC_TIME): ('en_CA', 'UTF8')
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_NUMERIC): en_CA.UTF-8)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_MESSAGES): en_CA.UTF-8)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_MONETARY): en_CA.UTF-8)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_COLLATE): en_CA.UTF-8)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_CTYPE): en_CA.UTF-8)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_ALL): en_CA.UTF-8)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #132): (locale.set_locale(LC_TIME): en_CA.UTF-8)
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #135): locale.getdefaultlocale() - default (user) locale: ('en_CA', 'UTF8')
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #139): encoding sanity check (also check "locale.nl_langinfo(CODESET)" below):
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #144): sys.getdefaultencoding(): [ascii]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #145): locale.getpreferredencoding(): [UTF-8]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #146): locale.getlocale()[1]: [UTF8]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #147): sys.getfilesystemencoding(): [utf-8]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #160): <codecs> module CAN handle encoding [UTF-8]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #160): <codecs> module CAN handle encoding [UTF8]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #160): <codecs> module CAN handle encoding [ascii]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #160): <codecs> module CAN handle encoding [utf-8]
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #163): on Linux you can determine a likely candidate for the encoding by 
running "locale charmap"
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #165): locale related environment variables (${LANG} is typically used):
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #170): ${LANGUAGE} not set
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #170): ${LC_ALL} not set
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #170): ${LC_CTYPE} not set
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #168): ${LANG}=en_CA.UTF-8
2011-07-18 20:43:37  DEBUG     gm.i18n 
(/Users/djb/Downloads/gnumed-client.0.9.7/Gnumed/pycommon/gmI18N.py::__log_locale_settings()
 #172): database of locale conventions:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]