gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] Gnumed on Windows Xp


From: Tim Churches
Subject: Re: [Gnumed-devel] Gnumed on Windows Xp
Date: Sun, 24 Jul 2005 11:02:17 +1000
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Karsten Hilbert wrote:
> Hi Tim,
> 
> thanks for testing.
> 
> 
>>I installed the GNUme 0.1 clinet on WinXP with wxPython 2.4 and Python
>>2.3 and the other recommended libraries. I had to edit gnumed.bat to
>>chnage the path tot he fiels to "C:\program Files\GNUmed-client" -
>>"Program Files" is the default installation path on all English language
>>versions of Windows.
> 
> Good to know. We might have to provide English and German
> installers. Anyone care to help out here ? OTOH I expected
> the NSI installer to know about such stuff...
> 
> 
>>The client then appeared (eventually) but I was unable to view any
>>existing patients (none offered)
> 
> What do you mean by "offered" ?

There was no obvious way to select or search for existing patient. I
stared at the user interface for several minutes and tried all the
menus... Now that I look at it again, it seems that I can type the name
of a patient in the text box at the upper left of the screen which says
'no active patient'. Ah, there is a help message telling me how to
search which appears if I hold the cursor over that text box (I didn't
do that previously). Sorry, it just didn't occur to me that what looked
like a status message (in a slightly strange place...) was actually an
editable search parameter field...

OK, I now have James T. Kirk as my active patient... However, if I click
on the Patient Details tab (the Manual tab is the deafult, it seems),
nothing displays but there is a message at the bottom of the screen
which says "Invalid date. Date format is: %Y-%m-%d". None of the other
tabs work either.

>>and was unable to add any new patients
>>because it kept saying that DOB had to be in YY-MM-DD format - no matter
>>what date format I tried, same error message.
> 
> Did you try YYYY-MM-DD, too ?

Sorry, I meant YYYY-MM-DD - I tried both YY-MM-DD and YYYY-MM-DD, and
every other date form I could think of - none worked.

>>It wouldn't let me change
>>to any other tab without a patient record loaded.
> 
> That's intentional. The config tab should have worked,
> however.

Yes, it does if there is no patient record loaded. But if Capt Kirk's
record is loaded, the config tab appears but clicking on the + symbols
in the tree displayed has no effect. No, sorry, it does work, I just
didn't wait long enough - it seems to take over a minute for the user
interface on the config tab to respond to clicks.

OK, Kirk's details have suddenly appeared - about 5 minutes after
loading his record. However the fields are not editable and clicking on
the Contact tab results in what looks like Occupation details being
displayed, and v-v - and neither can be edited. The GNUmed display
doesn't refresh after swapping to another application and back to GNUmed.

These look like fundamental problems with wxWindows/wxWidgets/wxPython
running on Windows. I notice that QT version 4 for Windows (and Linux
etc) is now available under the GPL - is it too late to change?

>>The BMI and EDC tools worked but didn't print out.
> 
> But did they calculate correctly ?

Well, they calculated... not sure if the answers were correct. Checking
the correctness of calculations should be done in unit tests, not as
part of informal the user interface testing. The BMI calculator tells me
that I am too fat, which is correct...

>>Sorry if the above seems negative,
> 
> No problem. This is 0.1.

Exiting the application doesn't seem to work either - after 5 minutes of
waiting after choosing Exit from the menu, I just decided to kill the
process by closing the parent command line window.

>>Oh, the error messages kept telling me to look in teh logs. Where are
>>they being written?
> 
> GNUmed tells you where the log is being written to when it
> starts up. One of the next versions will have an "Help"
> "System Information" screen telling you such things.

Ah yes, found it. The contents of my log file for a session in which I
try to create a new patient record with DOB entered as 1960-01-01 follows.

Tim C

2005-07-24 10:52:39
------------------------------------------------------------
2005-07-24 10:52:39 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmLog.py:address@hidden):
SECURITY: initial log level is [INFO]
2005-07-24 10:52:39 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmLog.py:address@hidden):
instantiated log file C:\Documents and Settings\tchur\.gnumed\gnumed.log
with ID C:\Documents and Settings\tchur\.gnumed\gnumed.log
2005-07-24 10:52:39 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmLog.py:address@hidden):
SECURITY: log level change from [INFO]   to [DATA]
2005-07-24 10:52:39 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmLog.py:address@hidden):
SECURITY: adding log target "stdout/stderr"
2005-07-24 10:52:39 [DATA]  (./bin/gnumed.py:address@hidden): startup
locale settings (should be C locale): C
2005-07-24 10:52:39 [INFO]  (./bin/gnumed.py:address@hidden): user
default locale settings: English_Australia.1252
2005-07-24 10:52:39 [DATA]  (./bin/gnumed.py:address@hidden): local
conventions: {'mon_decimal_point': '.', 'int_frac_digits': 2,
'p_sep_by_space': 0, 'frac_digits': 2, 'thousands_sep': ',',
'n_sign_posn': 3, 'decimal_point': '.', 'int_curr_symbol': 'AUD',
'n_cs_precedes': 1, 'p_sign_posn': 3, 'mon_thousands_sep': ',',
'negative_sign': '-', 'currency_symbol': '$', 'n_sep_by_space': 0,
'mon_grouping': [3, 0], 'p_cs_precedes': 1, 'positive_sign': '',
'grouping': [3, 0]}
2005-07-24 10:52:39 [INFO]  (./bin/gnumed.py:address@hidden): Starting up as
main module ($Revision: 1.82 $).
2005-07-24 10:52:39 [INFO]  (./bin/gnumed.py:address@hidden): command line is:
{'--debug': '', '--conf-file': 'C:\\Program
Files\\GNUmed-client\\gm-0_1.conf'}
2005-07-24 10:52:39 [INFO]  (./bin/gnumed.py:address@hidden): Python 2.3.5
(#62, Feb  8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] on win32 (nt)
2005-07-24 10:52:39 [INFO]  (./bin/gnumed.py:address@hidden): Python string
encoding is set to [ascii]
2005-07-24 10:52:39 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
$Revision: 1.26 $
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
(<aDir=None>, <aName=None>)
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
found config file [--conf-file=C:\Program Files\GNUmed-client\gm-0_1.conf]
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
parsing config file [C:\Program Files\GNUmed-client\gm-0_1.conf]
2005-07-24 10:52:39 [DATA]  (./bin/gnumed.py:address@hidden): old-style
resource path: C:\Program Files\GNUmed-client
2005-07-24 10:52:39 [WARN]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden): group
[client] not found
2005-07-24 10:52:39 [DATA]  (./bin/gnumed.py:address@hidden): new-style
resource path: C:\Program Files\GNUmed-client
2005-07-24 10:52:39 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
$Revision: 1.8 $
2005-07-24 10:52:39 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
text domain is [gnumed]
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
Searching message catalog file for system locale [English_Australia.1252].
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
No use looking in standard POSIX locations - not a POSIX system.
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
looking at ${GNUMED_DIR}
2005-07-24 10:52:39 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
${GNUMED_DIR} not set
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
looking above binary install directory [C:\Program
Files\GNUmed-client\locale]
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
looking in binary install directory [C:\Program
Files\GNUmed-client\bin\locale]
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
trying [C:\Program Files\GNUmed-client\locale]
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
does not translate
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
trying [C:\Program Files\GNUmed-client\bin\locale]
2005-07-24 10:52:39 [WARN]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
Giving up and falling back to NullTranslations() class in despair.
2005-07-24 10:52:39 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmI18N.py:address@hidden):
local time format set to "%Y-%m-%d  %H:%M:%S"
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
$Revision: 1.51 $
2005-07-24 10:52:40 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden): pyPgSQL
version: 2.4
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden): DBMS
[PostgreSQL] via DB-API module "<module 'pyPgSQL.PgSQL' from
'c:\python23\lib\site-packages\pyPgSQL\PgSQL.pyc'>": API level 2.0,
thread safety 1, parameter style "pyformat"
2005-07-24 10:52:40 [WARN]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden): error
getting client encoding from locale system
2005-07-24 10:52:40 [WARN]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
exception type : exceptions.AttributeError
2005-07-24 10:52:40 [WARN]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
exception value: 'module' object has no attribute 'nl_langinfo'
2005-07-24 10:52:40 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
Traceback (most recent call last):<#10-0x0A-lf>
2005-07-24 10:52:40 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):   File
"C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py", line 85, in
?<#10-0x0A-lf>    _default_client_encoding =
locale.nl_langinfo(locale.CODESET)<#10-0x0A-lf>
2005-07-24 10:52:40 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
AttributeError: 'module' object has no attribute 'nl_langinfo'<#10-0x0A-lf>
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmWhoAmI.py:address@hidden):
$Revision: 1.6 $
2005-07-24 10:52:40 [DATA]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:address@hidden):
$Revision: 1.22 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
$Revision: 1.47 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmBusinessDBObject.py:address@hidden):
$Revision: 1.25 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\business\gmClinItem.py:address@hidden):
$Revision: 1.18 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\business\gmPathLab.py:address@hidden):
$Revision: 1.50 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\business\gmAllergy.py:address@hidden):
$Revision: 1.19 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\business\gmVaccination.py:address@hidden):
$Revision: 1.21 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\business\gmClinNarrative.py:address@hidden):
$Revision: 1.16 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\business\gmEMRStructItems.py:address@hidden):
$Revision: 1.58 $
2005-07-24 10:52:40 [DATA]
(C:\Python23\lib\site-packages\Gnumed\business\gmClinicalRecord.py:address@hidden):
$Revision: 1.175 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\business\gmMedDoc.py:address@hidden):
$Revision: 1.28 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\business\gmDemographicRecord.py:address@hidden):
$Revision: 1.74 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\business\gmPerson.py:address@hidden):
$Revision: 1.48 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPatPicWidgets.py:address@hidden):
$Revision: 1.8 $
2005-07-24 10:52:40 [DATA]
(C:\Python23\lib\site-packages\Gnumed\business\gmKVK.py:address@hidden):
$Revision: 1.7 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmTimer.py:address@hidden):
$Revision: 1.1 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPhraseWheel.py:address@hidden):
$Revision: 1.52 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmRegetMixin.py:address@hidden):
$Revision: 1.16 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPatSearchWidgets.py:address@hidden):
$Revision: 1.17 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmTopPanel.py:address@hidden):
$Revision: 1.60 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmHorstSpace.py:address@hidden):
$Revision: 1.11 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmRichardSpace.py:address@hidden):
$Revision: 1.2 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\exporters\gmPatientExporter.py:address@hidden):
$Revision: 1.55 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\business\gmForms.py:address@hidden):
$Revision: 1.31 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmEMRStructWidgets.py:address@hidden):
$Revision: 1.11 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmResizingWidgets.py:address@hidden):
$Revision: 1.29 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmVaccWidgets.py:address@hidden):
$Revision: 1.17 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmSOAPWidgets.py:address@hidden):
$Revision: 1.50 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmEMRBrowser.py:address@hidden):
$Revision: 1.37 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
$Revision: 1.210 $
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
GUI framework: 2.4.2.4
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
setting default client encoding to [latin1]
2005-07-24 10:52:40 [WARN]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden): option
<client timezone> not found in group [backend]
2005-07-24 10:52:40 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
running on Microsoft Windows
2005-07-24 10:52:40 [WARN]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden): option
<slave mode> not found in group [workplace]
2005-07-24 10:52:40 [DATA]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmLoginDialog.py:address@hidden):
$Revision: 1.58 $
2005-07-24 10:52:47 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
host:port=salaam.homeunix.com:5432, db=gnumed_v1, user=any-doc, pw=??
2005-07-24 10:52:50 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
time zone set to [+11.0]
2005-07-24 10:52:50 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
setting session to [READ ONLY] for address@hidden:gnumed_v1
2005-07-24 10:52:52 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
service [default/config] running on [PostgreSQL 7.4.6 on
i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.4 20040623 (Gentoo
Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)]
2005-07-24 10:52:59 [DATA]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
current database locale: [de_DE]
2005-07-24 10:52:59 [WARN]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
database locale [de_DE] does not match system locale
[English_Australia.1252]
2005-07-24 10:52:59 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
configured to ignore system-to-database locale mismatch
2005-07-24 10:52:59 [DATA]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
workplace is >>>Release 0.1<<<
2005-07-24 10:53:04 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
running on MS Windows
2005-07-24 10:53:07 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
loading Horst space layout manager
2005-07-24 10:53:09 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden): option
definition for [Release
0.1-None-None-patient_search.always_dismiss_previous_patient] not in
config database
2005-07-24 10:53:09 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
[patient_search.always_dismiss_previous_patient] not found for
address@hidden 0.1]
2005-07-24 10:53:11 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden): option
definition for
[None-None-None-patient_search.always_dismiss_previous_patient] not in
config database
2005-07-24 10:53:11 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
[patient_search.always_dismiss_previous_patient] not found for address@hidden
2005-07-24 10:53:12 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden): option
definition for [Release
0.1-xxxDEFAULTxxx-None-patient_search.always_dismiss_previous_patient]
not in config database
2005-07-24 10:53:12 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
[patient_search.always_dismiss_previous_patient] not found for
address@hidden 0.1]
2005-07-24 10:53:19 [INFO]
(c:\python23\lib\site-packages\Gnumed\wxpython\gui\gmManual.py:address@hidden):
$Revision: 1.27 $
2005-07-24 10:53:19 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
gmManual
2005-07-24 10:53:19 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
set: [gui] class: [gmManual] name: [Manual]
2005-07-24 10:53:19 [INFO]
(c:\python23\lib\site-packages\Gnumed\wxpython\gui\gmNotebookedPatientEditionPlugin.py:address@hidden):
$Revision: 1.2 $
2005-07-24 10:53:19 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
gmNotebookedPatientEditionPlugin
2005-07-24 10:53:19 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
set: [gui] class: [gmNotebookedPatientEditionPlugin] name: [Patient Details]
2005-07-24 10:53:20 [INFO]
(c:\python23\lib\site-packages\Gnumed\wxpython\gui\gmEMRBrowserPlugin.py:address@hidden):
$Revision: 1.6 $
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
gmEMRBrowserPlugin
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
set: [gui] class: [gmEMRBrowserPlugin] name: [EMR tree]
2005-07-24 10:53:20 [INFO]
(c:\python23\lib\site-packages\Gnumed\wxpython\gui\gmNotebookedProgressNoteInputPlugin.py:address@hidden):
$Revision: 1.4 $
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
gmNotebookedProgressNoteInputPlugin
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
set: [gui] class: [gmNotebookedProgressNoteInputPlugin] name: [progress
notes]
2005-07-24 10:53:20 [INFO]
(c:\python23\lib\site-packages\Gnumed\wxpython\gui\gmEMRJournalPlugin.py:address@hidden):
$Revision: 1.2 $
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
gmEMRJournalPlugin
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
set: [gui] class: [gmEMRJournalPlugin] name: [EMR journal]
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
$Revision: 1.6 $
2005-07-24 10:53:20 [INFO]
(c:\python23\lib\site-packages\Gnumed\wxpython\gui\gmConfigRegistry.py:address@hidden):
$Revision: 1.29 $
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
gmConfigRegistry
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmPlugin.py:address@hidden):
set: [gui] class: [gmConfigRegistry] name: [Setup]
2005-07-24 10:53:20 [INFO]
(c:\python23\lib\site-packages\Gnumed\wxpython\gui\gmConfigRegistry.py:address@hidden):
ConfigReg: address@hidden 0.1
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
(<aDir=None>, <aName=None>)
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
found config file [--conf-file=C:\Program Files\GNUmed-client\gm-0_1.conf]
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
parsing config file [C:\Program Files\GNUmed-client\gm-0_1.conf]
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
(<aDir=None>, <aName=config-definitions/gnumed.conf.definitions>)
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
ignoring command line per cfg_IGNORE_CMD_LINE
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
$GNUMED_DIR not set
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file search order: ['C:\\Documents and
Settings\\tchur\\.gnumed\\config-definitions/gnumed.conf.definitions',
'C:\\Documents and
Settings\\tchur\\.config-definitions/gnumed.conf.definitions',
'/etc\\gnumed\\config-definitions/gnumed.conf.definitions',
'/etc\\config-definitions/gnumed.conf.definitions', 'C:\\Program
Files\\GNUmed-client\\bin\\config-definitions/gnumed.conf.definitions',
'C:\\Program
Files\\GNUmed-client\\bin\\..\\etc\\config-definitions/gnumed.conf.definitions']
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Documents and
Settings\tchur\.gnumed\config-definitions/gnumed.conf.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Documents and
Settings\tchur\.config-definitions/gnumed.conf.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [/etc\gnumed\config-definitions/gnumed.conf.definitions] not
found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [/etc\config-definitions/gnumed.conf.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Program
Files\GNUmed-client\bin\config-definitions/gnumed.conf.definitions] not
found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Program
Files\GNUmed-client\bin\..\etc\config-definitions/gnumed.conf.definitions]
not found
2005-07-24 10:53:20 [ERROR]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
cannot find config file in any of the standard paths
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
Unhandled exception while opening config file
[config-definitions/gnumed.conf.definitions]
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
exception type : exceptions.IOError
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
exception value: cannot find config file
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
Traceback (most recent call last):<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
  File
"c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py", line
339, in __getDefinitions<#10-0x0A-lf>    flags=gmCfg.cfg_SEARCH_STD_DIRS
| gmCfg.cfg_IGNORE_CMD_LINE)<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
  File "C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py", line
535, in __init__<#10-0x0A-lf>    raise IOError, "cannot find config
file"<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
IOError: cannot find config file<#10-0x0A-lf>
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
No definition source found for gnumed.conf
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
(<aDir=None>, <aName=config-definitions/DBDefault.definitions>)
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
ignoring command line per cfg_IGNORE_CMD_LINE
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
$GNUMED_DIR not set
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file search order: ['C:\\Documents and
Settings\\tchur\\.gnumed\\config-definitions/DBDefault.definitions',
'C:\\Documents and
Settings\\tchur\\.config-definitions/DBDefault.definitions',
'/etc\\gnumed\\config-definitions/DBDefault.definitions',
'/etc\\config-definitions/DBDefault.definitions', 'C:\\Program
Files\\GNUmed-client\\bin\\config-definitions/DBDefault.definitions',
'C:\\Program
Files\\GNUmed-client\\bin\\..\\etc\\config-definitions/DBDefault.definitions']
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Documents and
Settings\tchur\.gnumed\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Documents and
Settings\tchur\.config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [/etc\gnumed\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [/etc\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Program
Files\GNUmed-client\bin\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Program
Files\GNUmed-client\bin\..\etc\config-definitions/DBDefault.definitions]
not found
2005-07-24 10:53:20 [ERROR]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
cannot find config file in any of the standard paths
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
Unhandled exception while opening config file
[config-definitions/DBDefault.definitions]
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
exception type : exceptions.IOError
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
exception value: cannot find config file
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
Traceback (most recent call last):<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
  File
"c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py", line
339, in __getDefinitions<#10-0x0A-lf>    flags=gmCfg.cfg_SEARCH_STD_DIRS
| gmCfg.cfg_IGNORE_CMD_LINE)<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
  File "C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py", line
535, in __init__<#10-0x0A-lf>    raise IOError, "cannot find config
file"<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
IOError: cannot find config file<#10-0x0A-lf>
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
No definition source found for DB:CURRENT_USER_CURRENT_WORKPLACE
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
(<aDir=None>, <aName=config-definitions/DBDefault.definitions>)
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
ignoring command line per cfg_IGNORE_CMD_LINE
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
$GNUMED_DIR not set
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file search order: ['C:\\Documents and
Settings\\tchur\\.gnumed\\config-definitions/DBDefault.definitions',
'C:\\Documents and
Settings\\tchur\\.config-definitions/DBDefault.definitions',
'/etc\\gnumed\\config-definitions/DBDefault.definitions',
'/etc\\config-definitions/DBDefault.definitions', 'C:\\Program
Files\\GNUmed-client\\bin\\config-definitions/DBDefault.definitions',
'C:\\Program
Files\\GNUmed-client\\bin\\..\\etc\\config-definitions/DBDefault.definitions']
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Documents and
Settings\tchur\.gnumed\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Documents and
Settings\tchur\.config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [/etc\gnumed\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [/etc\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Program
Files\GNUmed-client\bin\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Program
Files\GNUmed-client\bin\..\etc\config-definitions/DBDefault.definitions]
not found
2005-07-24 10:53:20 [ERROR]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
cannot find config file in any of the standard paths
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
Unhandled exception while opening config file
[config-definitions/DBDefault.definitions]
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
exception type : exceptions.IOError
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
exception value: cannot find config file
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
Traceback (most recent call last):<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
  File
"c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py", line
339, in __getDefinitions<#10-0x0A-lf>    flags=gmCfg.cfg_SEARCH_STD_DIRS
| gmCfg.cfg_IGNORE_CMD_LINE)<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
  File "C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py", line
535, in __init__<#10-0x0A-lf>    raise IOError, "cannot find config
file"<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
IOError: cannot find config file<#10-0x0A-lf>
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
No definition source found for DB:CURRENT_USER_DEFAULT_WORKPLACE
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
(<aDir=None>, <aName=config-definitions/DBDefault.definitions>)
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
ignoring command line per cfg_IGNORE_CMD_LINE
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
$GNUMED_DIR not set
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file search order: ['C:\\Documents and
Settings\\tchur\\.gnumed\\config-definitions/DBDefault.definitions',
'C:\\Documents and
Settings\\tchur\\.config-definitions/DBDefault.definitions',
'/etc\\gnumed\\config-definitions/DBDefault.definitions',
'/etc\\config-definitions/DBDefault.definitions', 'C:\\Program
Files\\GNUmed-client\\bin\\config-definitions/DBDefault.definitions',
'C:\\Program
Files\\GNUmed-client\\bin\\..\\etc\\config-definitions/DBDefault.definitions']
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Documents and
Settings\tchur\.gnumed\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Documents and
Settings\tchur\.config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [/etc\gnumed\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [/etc\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Program
Files\GNUmed-client\bin\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Program
Files\GNUmed-client\bin\..\etc\config-definitions/DBDefault.definitions]
not found
2005-07-24 10:53:20 [ERROR]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
cannot find config file in any of the standard paths
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
Unhandled exception while opening config file
[config-definitions/DBDefault.definitions]
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
exception type : exceptions.IOError
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
exception value: cannot find config file
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
Traceback (most recent call last):<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
  File
"c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py", line
339, in __getDefinitions<#10-0x0A-lf>    flags=gmCfg.cfg_SEARCH_STD_DIRS
| gmCfg.cfg_IGNORE_CMD_LINE)<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
  File "C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py", line
535, in __init__<#10-0x0A-lf>    raise IOError, "cannot find config
file"<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
IOError: cannot find config file<#10-0x0A-lf>
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
No definition source found for DB:DEFAULT_USER_CURRENT_WORKPLACE
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
(<aDir=None>, <aName=config-definitions/DBDefault.definitions>)
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
ignoring command line per cfg_IGNORE_CMD_LINE
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
$GNUMED_DIR not set
2005-07-24 10:53:20 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file search order: ['C:\\Documents and
Settings\\tchur\\.gnumed\\config-definitions/DBDefault.definitions',
'C:\\Documents and
Settings\\tchur\\.config-definitions/DBDefault.definitions',
'/etc\\gnumed\\config-definitions/DBDefault.definitions',
'/etc\\config-definitions/DBDefault.definitions', 'C:\\Program
Files\\GNUmed-client\\bin\\config-definitions/DBDefault.definitions',
'C:\\Program
Files\\GNUmed-client\\bin\\..\\etc\\config-definitions/DBDefault.definitions']
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Documents and
Settings\tchur\.gnumed\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Documents and
Settings\tchur\.config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [/etc\gnumed\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [/etc\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Program
Files\GNUmed-client\bin\config-definitions/DBDefault.definitions] not found
2005-07-24 10:53:20 [INFO]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
config file [C:\Program
Files\GNUmed-client\bin\..\etc\config-definitions/DBDefault.definitions]
not found
2005-07-24 10:53:20 [ERROR]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
cannot find config file in any of the standard paths
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
Unhandled exception while opening config file
[config-definitions/DBDefault.definitions]
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
exception type : exceptions.IOError
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
exception value: cannot find config file
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
Traceback (most recent call last):<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
  File
"c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py", line
339, in __getDefinitions<#10-0x0A-lf>    flags=gmCfg.cfg_SEARCH_STD_DIRS
| gmCfg.cfg_IGNORE_CMD_LINE)<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
  File "C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py", line
535, in __init__<#10-0x0A-lf>    raise IOError, "cannot find config
file"<#10-0x0A-lf>
2005-07-24 10:53:20 [DATA]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
IOError: cannot find config file<#10-0x0A-lf>
2005-07-24 10:53:20 [WARN]
(c:\python23\lib\site-packages\Gnumed\pycommon\gmConfigCommon.py:address@hidden):
No definition source found for DB:DEFAULT_USER_DEFAULT_WORKPLACE
2005-07-24 10:53:26 [DATA]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
setting GUI size to [1280:925]
2005-07-24 10:53:51 [ERROR]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:address@hidden):
Invalid date. Date format: %Y-%m-%d
2005-07-24 10:53:51 [ERROR]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:address@hidden):
Invalid date. Date format: yyyy-mm-dd
2005-07-24 10:54:01 [ERROR]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:address@hidden):
Invalid date. Date format: %Y-%m-%d
2005-07-24 10:54:03 [INFO]
(C:\Python23\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:address@hidden):
GUI size at shutdown: [1280:925]
2005-07-24 10:54:03 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
requesting RW connection to service [default]
2005-07-24 10:54:06 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
time zone set to [+11.0]
2005-07-24 10:54:07 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
setting session to [READ WRITE] for address@hidden:gnumed_v1
2005-07-24 10:54:12 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
updating existing option [Release 0.1-None-None-main.window.width]
2005-07-24 10:54:15 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
requesting RW connection to service [default]
2005-07-24 10:54:17 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
time zone set to [+11.0]
2005-07-24 10:54:18 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmPG.py:address@hidden):
setting session to [READ WRITE] for address@hidden:gnumed_v1
2005-07-24 10:54:23 [DATA]
(C:\Python23\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):
updating existing option [Release 0.1-None-None-main.window.height]
2005-07-24 10:54:26 [INFO]  (./bin/gnumed.py:address@hidden): Normally
shutting down as main module.




reply via email to

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