[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] handlers for widget
From: |
Ian Haywood |
Subject: |
Re: [Gnumed-devel] handlers for widget |
Date: |
Wed, 12 Feb 2003 02:25:33 -0500 |
User-agent: |
Mutt/1.3.28i |
On Tue, Feb 11, 2003 at 03:41:21PM +0100, Karsten Hilbert wrote:
> Syan,
>
> would you please shortly explain how this whole handler
> business is supposed to come together ? Maybe it's just me
> being to dense to understand it.
Glad I'm not the only one. On windows, I find these modules are crashing
out the whole client, I have no idea how to debug them (can't even get a
log error)
The terminal pops up with:
handler.set_model (anydbm.2003-02-12 18:24:16 [PANIC]
(D:\Ian\gnumed\gnumed\client\wxpython\gmGuiMain.py::
LoadPlugins:306): AttributeError: 'NoneType' object has no attribute
'register'<
#10-0x0A-lf>
Traceback (most recent call last):
File "D:\Ian\gnumed\gnumed\client\wxpython\gnumed.py", line 234, in ?
gmGuiMain.main()
File "D:\Ian\gnumed\gnumed\client\wxpython\gmGuiMain.py", line 612, in
main
app = gmApp(0)
File "D:\Ian\Python\lib\site-packages\wxPython\wx.py", line 1748, in
__init__
_wxStart(self.OnInit)
File "D:\Ian\gnumed\gnumed\client\wxpython\gmGuiMain.py", line 506, in
OnInit
frame = MainFrame(None, -1, _('GnuMed client'), size=(600,440))
File "D:\Ian\gnumed\gnumed\client\wxpython\gmGuiMain.py", line 204, in
__init_
_
import handler_loading_script
File "D:\Ian\gnumed\gnumed\client\wxpython\handler_loading_script.py",
line 56
, in ?
configure_handlers()
File "D:\Ian\gnumed\gnumed\client\wxpython\handler_loading_script.py",
line 13
, in configure_handlers
handler.set_model( anydbm.open('gmDemographics', 'c'))
File "D:\Ian\Python\lib\anydbm.py", line 83, in open
raise error, "db type could not be determined"
anydbm.error: db type could not be determined
Any clues, Syan?
Ian