On Wed, Jan 23, 2008 at 03:05:19PM -0500, [EMAIL PROTECTED] wrote: > Win XP 0.2.8.2 Start>GNUmed> without local database installed
> 2008-01-23 12:03:17 [WARN] > (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiMain.py:[EMAIL > PROTECTED]): Login attempt unsuccessful. Can't run GNUmed without database > connection > 2008-01-23 12:03:17 [PANIC] > (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:[EMAIL > PROTECTED]): unhandled exception caught > 2008-01-23 12:03:17 [PANIC] > (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:[EMAIL > PROTECTED]): exception type : <type 'exceptions.IOError'> > 2008-01-23 12:03:17 [PANIC] > (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:[EMAIL > PROTECTED]): exception value: [Errno 9] Bad file descriptor > 2008-01-23 12:03:17 [PANIC] > (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:[EMAIL > PROTECTED]): Traceback (most recent call last):<#10-0x0A-lf> > 2008-01-23 12:03:17 [PANIC] > (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:[EMAIL > PROTECTED]): File "C:\Python25\lib\atexit.py", line 24, in > _run_exitfuncs<#10-0x0A-lf> func(*targs, **kargs)<#10-0x0A-lf> > 2008-01-23 12:03:17 [PANIC] > (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:[EMAIL > PROTECTED]): File "C:\Python25\lib\logging\__init__.py", line 1354, in > shutdown<#10-0x0A-lf> h.flush()<#10-0x0A-lf> > 2008-01-23 12:03:17 [PANIC] > (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:[EMAIL > PROTECTED]): File "C:\Python25\lib\logging\__init__.py", line 731, in > flush<#10-0x0A-lf> self.stream.flush()<#10-0x0A-lf> > 2008-01-23 12:03:17 [PANIC] > (C:\Python25\lib\site-packages\Gnumed\wxpython\gmGuiHelpers.py:[EMAIL > PROTECTED]): IOError: [Errno 9] Bad file descriptor<#10-0x0A-lf> Oh, that. That appears to be a bug in the logging module on Windows. The GNUmed version you are running does not at all use that Python module - but the psycopg2 adapter does. Which should be expected to work just fine but apparently doesn't. In any case it is sort of beyond our control. Karsten -- GPG key ID E4071346 @ wwwkeys.pgp.net E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346 _______________________________________________ Gnumed-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnumed-devel
