gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] <bug>: Anmelden


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] <bug>: Anmelden
Date: Sun, 06 Apr 2008 20:58:52 +0200

> Report sent via GNUmed's handler for unexpected exceptions:
> 
>  Anmelden under MS Vista

Well it's the same ole missing-"s bug again rearing its ugly head:
 
> 2008-04-06 19:00:56  [DATA]  
> (C:\Python25\lib\site-packages\Gnumed\pycommon\gmCLI.py:address@hidden):  
> unparsed command line is >>C:\Program Files\GNUmed-client\bin\gnumed.pyw 
> --conf-file=C:\Program Files\GNUmed-client\gnumed.conf --lang-gettext=de<<

leading to

> 2008-04-06 19:00:56  [DATA] 
> (C:\Python25\lib\site-packages\Gnumed\pycommon\gmCLI.py:address@hidden):  
> command line arguments: {'--conf-file': 'C:\\Program', '--lang-gettext': 'de'}

leading to

> 2008-04-06 19:00:56  [ERROR]  
> (C:\Python25\lib\site-packages\Gnumed\pycommon\gmCfg.py:address@hidden):  
> config file [--conf-file=C:\Program] not found, aborting

leading to gmCfg.cDefCfgFile being gmNull.cNull() returning a cNull
instance on any accesses.

leading to

> 2008-04-06 19:00:57  [INFO]   
> (C:\Python25\lib\site-packages\Gnumed\pycommon\gmPG2.py:address@hidden):  
> setting default client time zone from [02:00:00.00] to [cNull instance]

under

> 2008-04-06 19:00:57  [INFO]   
> (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:<module>@80):  
> GNUmed client version [v0.2.8.4]

leading to

> 2008-04-06 19:01:11  [DATA] 
> (C:\Python25\lib\site-packages\Gnumed\pycommon\gmPG2.py:address@hidden):  
> time zone [cNull instance]

leading to

> 2008-04-06 19:01:11  [PANIC] 
> (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:address@hidden):
>   unhandled exception caught
> 2008-04-06 19:01:11  [PANIC] 
> (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:address@hidden):
>   exception type : <class 'psycopg2.ProgrammingError'>
> 2008-04-06 19:01:11  [PANIC] 
> (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:address@hidden):
>   exception value: invalid input syntax for type interval: "cNull instance"

This cNull stuff turned out to be an anti-pattern and is not used
anymore in the 0.2.9 release.

Karsten
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer




reply via email to

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