[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] Making - progress - new error messages
From: |
Karsten Hilbert |
Subject: |
Re: [Gnumed-devel] Making - progress - new error messages |
Date: |
Thu, 15 Jul 2004 07:17:33 +0200 |
User-agent: |
Mutt/1.3.22.1i |
> 3) Made the symbolic link from site-packages to client:
> ln -s /home/richard/gnumed/gnumed/client/
> /usr/lib/python2.3/site-packages/Gnumed
Now you are in good shape and should not need any fiddling
with PYTHONPATH.
> 3) Downloade the install_gm_db.py ran this as root
> - the gnumed database seemed to be made ok - I can log onto it via
> pgaccess and view all the tables.
Good.
> 4) This is what my user stuff in gnumed looks like:
Looks OK.
> (after this I tried doing export PYTHONPATH=$PYTHONPATH:$(pwd) as well but it
> made no difference).
Shouldn't be needed given your link above.
> Couldn't log onto hherb.com (?wrong syntax).
hherb.com
gnumed
any-doc
any-doc
> and get the syntax for Karstens machine and try again.
anubis.homeunix.com
gnumed
any-doc
any-doc
> ============================================
> address@hidden:~/gnumed/gnumed/client/wxpython$ python gnumed.py
Don't do that. Use gm-from-cvs.sh in gnumed/client/.
Nonetheless what you do here should work. Also, you are
running without --debug. Please do run --debug at least for
posting or mailing log files.
> log file is [/home/richard/.gnumed/gnumed.log]
This tells us that, yes, GnuMed found the modules.
> [PANIC] (gnumed.py::Main:328): Exception: Unhandled exception encountered.
> [PANIC] (gnumed.py::Main:328): exception type : exceptions.TypeError
> [PANIC] (gnumed.py::Main:328): exception value: sequence expected, NoneType
> found
> [PANIC] (gnumed.py::Main:328): Traceback (most recent call last):<#10-0x0A-lf>
> [PANIC] (gnumed.py::Main:328): File "gnumed.py", line 324, in
> ?<#10-0x0A-lf> gmGuiMain.main()<#10-0x0A-lf>
> [PANIC] (gnumed.py::Main:328): File
> "/usr/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", line 752, in
> main<#10-0x0A-lf> app = gmApp(0)<#10-0x0A-lf>
> [PANIC] (gnumed.py::Main:328): File
> "/usr/lib/python2.3/site-packages/wxPython/wx.py", line 1951, in
> __init__<#10-0x0A-lf> _wxStart(self.OnInit)<#10-0x0A-lf>
> [PANIC] (gnumed.py::Main:328): File
> "/usr/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", line 605, in
> OnInit<#10-0x0A-lf> frame = gmTopLevelFrame(None, -1, _('GnuMed client'),
> (640,440))<#10-0x0A-lf>
> [PANIC] (gnumed.py::Main:328): File
> "/usr/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", line 155, in
> __init__<#10-0x0A-lf> self.__load_plugins()<#10-0x0A-lf>
> [PANIC] (gnumed.py::Main:328): File
> "/usr/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", line 272, in
> __load_plugins<#10-0x0A-lf> plugin_list =
> gmPlugin.GetPluginLoadList('gui')<#10-0x0A-lf>
> [PANIC] (gnumed.py::Main:328): File
> "/usr/lib/python2.3/site-packages/Gnumed/wxpython/gmPlugin.py", line 341, in
> GetPluginLoadList<#10-0x0A-lf> _log.Log(gmLog.lData, "%s" % "\n ***
> ".join(p_list))<#10-0x0A-lf>
> [PANIC] (gnumed.py::Main:328): TypeError: sequence expected, NoneType
> found<#10-0x0A-lf>
I see. Symptom fixed, fix checked in, error is being scratched
head on. Symptom is that None can't be join()ed. Error is why
it doesn't find any plugins in gui/. Please cvs update and
rerun with --debug. Put in better logging.
Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346