gnumed-devel
[Top][All Lists]
Advanced

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

[Gnumed-devel] SuSE 9.2


From: Sebastian Hilbert
Subject: [Gnumed-devel] SuSE 9.2
Date: Sat, 5 Mar 2005 08:28:00 +0100
User-agent: KMail/1.8

Hi 

Here is some information that might be useful to the Gnumed coders.
I am running Suse 9.2 which has been out for almost 6 months now.
It ships with wxGTK 2.5.2.8 (unicode compiled) as well as python-wxGTK 2.5.2.8

With this setup it is currently not possible to run gnumed.

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)
/home/basti/sources/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py:121: 
DeprecationWarning: AddWindow is deprecated, use `Add` instead.
  self.pboxgrid.AddWindow( label, 0, wx.wxALIGN_CENTER_VERTICAL|wx.wxALL, 5 )
/home/basti/sources/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py:131: 
DeprecationWarning: AddWindow is deprecated, use `Add` instead.
  self.pboxgrid.AddWindow( self.profilecombo, 0, wx.wxGROW|
wx.wxALIGN_CENTER_VERTICAL|wx.wxALL, 5 )
/home/basti/sources/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py:136: 
DeprecationWarning: AddWindow is deprecated, use `Add` instead.
  self.pboxgrid.AddWindow( label, 0, wx.wxALIGN_CENTER_VERTICAL|wx.wxALL, 5 )
/home/basti/sources/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py:146: 
DeprecationWarning: AddWindow is deprecated, use `Add` instead.
  self.pboxgrid.AddWindow( self.usercombo, 0, wx.wxGROW|
wx.wxALIGN_CENTER_VERTICAL|wx.wxALL, 5 )
/home/basti/sources/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py:151: 
DeprecationWarning: AddWindow is deprecated, use `Add` instead.
  self.pboxgrid.AddWindow( label, 0, wx.wxALIGN_CENTER_VERTICAL|wx.wxALL, 5 )
/home/basti/sources/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py:155: 
DeprecationWarning: AddWindow is deprecated, use `Add` instead.
  self.pboxgrid.AddWindow( self.pwdentry, 0, wx.wxGROW|
wx.wxALIGN_CENTER_VERTICAL|wx.wxALL, 5 )
/home/basti/sources/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py:198: 
DeprecationWarning: AddSizer is deprecated, use `Add` instead.
  self.paramsboxsizer.AddSizer(self.pboxgrid, 1, wx.wxGROW|wx.wxALL, 10)
/home/basti/sources/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py:199: 
DeprecationWarning: AddSizer is deprecated, use `Add` instead.
  self.topsizer.AddSizer(self.paramsboxsizer, 1, wx.wxGROW|wx.wxALL, 10)
/home/basti/sources/gnumed/gnumed/Gnumed/wxpython/gmLoginDialog.py:200: 
DeprecationWarning: AddSizer is deprecated, use `Add` instead.
  self.topsizer.AddSizer( self.button_gridsizer, 0, wx.wxGROW|
wx.wxALIGN_CENTER_VERTICAL|wx.wxALL, 5 )
[PANIC] (wxpython/gnumed.py:address@hidden): Exception: Unhandled exception 
encountered.
[PANIC] (wxpython/gnumed.py:address@hidden): exception type : 
exceptions.UnicodeDecodeError
[PANIC] (wxpython/gnumed.py:address@hidden): exception value: 'ascii' codec 
can't 
decode byte 0xdc in position 0: ordinal not in range(128)
[PANIC] (wxpython/gnumed.py:address@hidden): Traceback (most recent call 
last):<#10-0x0A-lf>
[PANIC] (wxpython/gnumed.py:address@hidden):   File "wxpython/gnumed.py", line 
312, 
in ?<#10-0x0A-lf>    gmGuiMain.main()<#10-0x0A-lf>
[PANIC] (wxpython/gnumed.py:address@hidden):   File 
"/usr/local/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", line 
783, in main<#10-0x0A-lf>    app = gmApp(0)<#10-0x0A-lf>
[PANIC] (wxpython/gnumed.py:address@hidden):   File 
"/usr/lib/python2.3/site-packages/wx/_core.py", line 5243, in 
__init__<#10-0x0A-lf>    self._BootstrapApp()<#10-0x0A-lf>
[PANIC] (wxpython/gnumed.py:address@hidden):   File 
"/usr/lib/python2.3/site-packages/wx/_core.py", line 4931, in 
_BootstrapApp<#10-0x0A-lf>    return _core_.PyApp__BootstrapApp(*args, 
**kwargs)<#10-0x0A-lf>
[PANIC] (wxpython/gnumed.py:address@hidden):   File 
"/usr/local/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", line 
639, in OnInit<#10-0x0A-lf>    frame = gmTopLevelFrame(None, -1, _('GnuMed 
client'), (640,440))<#10-0x0A-lf>
[PANIC] (wxpython/gnumed.py:address@hidden):   File 
"/usr/local/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", line 
136, in __init__<#10-0x0A-lf>    self.__setup_main_menu()<#10-0x0A-lf>
[PANIC] (wxpython/gnumed.py:address@hidden):   File 
"/usr/local/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", line 
307, in __setup_main_menu<#10-0x0A-lf>    self.menu_help.Append(ID_ABOUT, 
_("About GnuMed"), "")<#10-0x0A-lf>
[PANIC] (wxpython/gnumed.py:address@hidden):   File 
"/usr/lib/python2.3/site-packages/wx/_core.py", line 7792, in 
Append<#10-0x0A-lf>    return _core_.Menu_Append(*args, 
**kwargs)<#10-0x0A-lf>
[PANIC] (wxpython/gnumed.py:address@hidden): UnicodeDecodeError: 'ascii' codec 
can't 
decode byte 0xdc in position 0: ordinal not in range(128)<#10-0x0A-lf>
Traceback (most recent call last):
  File "wxpython/gnumed.py", line 312, in ?
    gmGuiMain.main()
  File "/usr/local/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", 
line 783, in main
    app = gmApp(0)
  File "/usr/lib/python2.3/site-packages/wx/_core.py", line 5243, in __init__
    self._BootstrapApp()
  File "/usr/lib/python2.3/site-packages/wx/_core.py", line 4931, in 
_BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/local/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", 
line 639, in OnInit
    frame = gmTopLevelFrame(None, -1, _('GnuMed client'), (640,440))
  File "/usr/local/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", 
line 136, in __init__
    self.__setup_main_menu()
  File "/usr/local/lib/python2.3/site-packages/Gnumed/wxpython/gmGuiMain.py", 
line 307, in __setup_main_menu
    self.menu_help.Append(ID_ABOUT, _("About GnuMed"), "")
  File "/usr/lib/python2.3/site-packages/wx/_core.py", line 7792, in Append
    return _core_.Menu_Append(*args, **kwargs)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xdc in position 0: 
ordinal not in range(128)


-- 
Sebastian Hilbert 
Leipzig / Germany
[www.openmed.org]  -> PGP welcome, HTML ->/dev/null
ICQ: 86 07 67 86   -> No files, no URL's
VoIP: callto://address@hidden
My OS: Suse Linux. Geek by Nature, Linux by Choice

Attachment: gm-from-cvs.log
Description: Text Data

Attachment: pgpNkpgsEAiPB.pgp
Description: PGP signature


reply via email to

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