gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] installation problems Mac OS X


From: Dominique Buenzli
Subject: Re: [Gnumed-devel] installation problems Mac OS X
Date: Thu, 27 May 2004 09:04:37 +0200

Hallo Karsten !

Thanks for your patience..

I update gnumed as stated in the manual:
export CVS_RSH=ssh
export CVSROOT=:ext:address@hidden:/cvsroot/gnumed
cvs -z3 checkout gnumed

Then I tried again...



The errors obtained when using the "python check-prerequisites.py"
script were because in Mac OS X "DISPLAY"  does not exist.
if I enter "export DISPLAY=:0" in the Terminal, then the
"check-prerequisites.py" works without errors at all.
I have added a notice to check-prerequisites.py regarding
this. Also, the gm-from-cvs* shell script now exports the
DISPLAY variable.
It still gives the same error.


Ah. Now you can start sending us log files :-)
Yessss ! :-)


[PANIC] (wxpython/gnumed.py::Main:319): Exception: Unhandled exception
encountered.
[PANIC] (wxpython/gnumed.py::Main:319): exception type : exceptions.TypeError [PANIC] (wxpython/gnumed.py::Main:319): exception value: Cannot create a consistent method resolution order (MRO) for bases Dialog, LoginDialog
This looks to me like either Python or wxPython is broken.
What do you mean by that ?


I have fixed the messed inheritance in gmLoginDialog. Please
try again.


:-(

~/gnumed/gnumed/client gnumed$ sh gm-from-cvs-macosx.sh
Gnumed -> client
log file is [/Users/gnumed/gnumed/gnumed/client/gm-from-cvs-macosx.log]
Activating verbose log level for debugging.
Determining GnuMed base directory ...
- environment variable GNUMED_DIR not set
  (only necessary if nothing else works, though)
- standard path [/usr/share/gnumed/] not accessible
- seems like we are running from an arbitrary
  directory (like a CVS tree or on Windows)
Determining GnuMed resource directory ...
- standard resource path [/usr/share/gnumed/] not accessible
- seems like we are running from an arbitrary
  directory (like a CVS tree or on Windows)
WARNING: option <client encoding> not set in config file
You should name this workplace to better identify the machine !
To do this set the option "name" in the group [workplace] in the config file ! [PANIC] (wxpython/gnumed.py::Main:319): Exception: Unhandled exception encountered. [PANIC] (wxpython/gnumed.py::Main:319): exception type : exceptions.TypeError [PANIC] (wxpython/gnumed.py::Main:319): exception value: 'faceName' is an invalid keyword argument for this function [PANIC] (wxpython/gnumed.py::Main:319): Traceback (most recent call last):<#10-0x0A-lf> [PANIC] (wxpython/gnumed.py::Main:319): File "wxpython/gnumed.py", line 315, in ?<#10-0x0A-lf> gmGuiMain.main()<#10-0x0A-lf> [PANIC] (wxpython/gnumed.py::Main:319): File "/Users/gnumed/gnumed/gnumed/Gnumed/wxpython/gmGuiMain.py", line 753, in main<#10-0x0A-lf> app = gmApp(0)<#10-0x0A-lf> [PANIC] (wxpython/gnumed.py::Main:319): File "//Library/Python/2.3/wx/core.py", line 5042, in __init__<#10-0x0A-lf> self._BootstrapApp()<#10-0x0A-lf> [PANIC] (wxpython/gnumed.py::Main:319): File "//Library/Python/2.3/wx/core.py", line 4791, in _BootstrapApp<#10-0x0A-lf> return _core.PyApp__BootstrapApp(*args, **kwargs)<#10-0x0A-lf> [PANIC] (wxpython/gnumed.py::Main:319): File "/Users/gnumed/gnumed/gnumed/Gnumed/wxpython/gmGuiMain.py", line 581, in OnInit<#10-0x0A-lf> self.__backend = gmLogin.Login()<#10-0x0A-lf> [PANIC] (wxpython/gnumed.py::Main:319): File "/Users/gnumed/gnumed/gnumed/Gnumed/wxpython/gmLogin.py", line 32, in Login<#10-0x0A-lf> dlg = gmLoginDialog.LoginDialog(None, -1)<#10-0x0A-lf> [PANIC] (wxpython/gnumed.py::Main:319): File "/Users/gnumed/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py", line 361, in __init__<#10-0x0A-lf> self.panel = LoginPanel(self, -1, isDialog=1)<#10-0x0A-lf> [PANIC] (wxpython/gnumed.py::Main:319): File "/Users/gnumed/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py", line 98, in __init__<#10-0x0A-lf> faceName = ''<#10-0x0A-lf> [PANIC] (wxpython/gnumed.py::Main:319): File "//Library/Python/2.3/wx/gdi.py", line 1524, in __init__<#10-0x0A-lf> newobj = _gdi.new_Font(*args, **kwargs)<#10-0x0A-lf> [PANIC] (wxpython/gnumed.py::Main:319): TypeError: 'faceName' is an invalid keyword argument for this function<#10-0x0A-lf>
Traceback (most recent call last):
  File "wxpython/gnumed.py", line 315, in ?
    gmGuiMain.main()
File "/Users/gnumed/gnumed/gnumed/Gnumed/wxpython/gmGuiMain.py", line 753, in main
    app = gmApp(0)
  File "//Library/Python/2.3/wx/core.py", line 5042, in __init__
    self._BootstrapApp()
  File "//Library/Python/2.3/wx/core.py", line 4791, in _BootstrapApp
    return _core.PyApp__BootstrapApp(*args, **kwargs)
File "/Users/gnumed/gnumed/gnumed/Gnumed/wxpython/gmGuiMain.py", line 581, in OnInit
    self.__backend = gmLogin.Login()
File "/Users/gnumed/gnumed/gnumed/Gnumed/wxpython/gmLogin.py", line 32, in Login
    dlg = gmLoginDialog.LoginDialog(None, -1)
File "/Users/gnumed/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py", line 361, in __init__
    self.panel = LoginPanel(self, -1, isDialog=1)
File "/Users/gnumed/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py", line 98, in __init__
    faceName = ''
  File "//Library/Python/2.3/wx/gdi.py", line 1524, in __init__
    newobj = _gdi.new_Font(*args, **kwargs)
TypeError: 'faceName' is an invalid keyword argument for this function

Dominique





reply via email to

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