gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] Problem running gnumed


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] Problem running gnumed
Date: Tue, 3 Sep 2002 12:31:12 +0200
User-agent: Mutt/1.3.22.1i

Note: Please make it a habit to rerun gnumed with --debug when
reporting errors and posting the log file.

> log file is [/home/jds/.gnumed/gnumed.log]

> 2002-09-02 21:58:10 [INFO]  
> (/home/jds/pub/cvs/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:68):
>  text domain is "gnumed"
> Traceback (most recent call last):
>   File "gnumed.py", line 166, in ?
>     import gmI18N
>   File "/home/jds/pub/cvs/gnumed/gnumed/client/python-common/gmI18N.py", line 
> 176, in ?
>     install_domain()
>   File "/home/jds/pub/cvs/gnumed/gnumed/client/python-common/gmI18N.py", line 
> 100, in install_domain
>     gettext.install(text_domain)
> AttributeError: 'module' object has no attribute 'install'
Looks very much like the installed gettext module is hosed.

Try this:

- start python
- type "import gettext"
- type "gettext"
should show <module 'gettext' from '...'>
- type "gettext.__dict__['install']"
should show <function install at ...>


> Whilst installing pre-req's had to rpm -ivh -nodeps on wxGTK as it requires 
> libpng.so.2 and with KDE3 installed this has been superceded with libpng.so.3 
> (I just symlink'd a .2 to .3)
_Might_ make problems with the logo but seems certainly
unrelated to the one above.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346




reply via email to

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