gnumed-devel
[Top][All Lists]
Advanced

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

[Gnumed-devel] Panic


From: David Guest
Subject: [Gnumed-devel] Panic
Date: 12 Sep 2002 23:34:20 +1000

Hi Guys

I've obviously missed a couple of things here. Where do I get pyPGSQL? 

David 


~~~~~~~~~~~~~~~~~~~~~~~~~

address@hidden wxpython]$ ./gnumed.py
log file is [/home/drdave/.gnumed/gnumed.log]
2002-09-12 23:15:58 [INFO]  (./gnumed.py::Main:161): Starting up as main
module ($Revision: 1.40 $).
2002-09-12 23:15:58 [INFO] 
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:68): 
text domain is "gnumed"
2002-09-12 23:15:58 [WARN] 
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:106):
 Cannot install textdomain from standard POSIX locations.
2002-09-12 23:15:58 [WARN] 
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:106):
 exception type : exceptions.IOError
2002-09-12 23:15:58 [WARN] 
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:106):
 exception value: [Errno 2] No translation file found for domain: 'gnumed'
2002-09-12 23:15:58 [PANIC]
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:122):
 Cannot install textdomain from custom location 
[/home/drdave/gnumed/gnumed/client/locale].
2002-09-12 23:15:58 [PANIC]
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:122):
 exception type : exceptions.IOError
2002-09-12 23:15:58 [PANIC]
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:122):
 exception value: [Errno 2] No translation file found for domain: 'gnumed'
2002-09-12 23:15:58 [PANIC]
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:122):
 Traceback (most recent call last):<#10-0x0A-lf>
2002-09-12 23:15:58 [PANIC]
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:122):
   File "/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py", line 116, 
in install_domain<#10-0x0A-lf>    gettext.install(text_domain, 
loc_dir)<#10-0x0A-lf>
2002-09-12 23:15:58 [PANIC]
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:122):
   File "/usr/lib/python2.2/gettext.py", line 251, in install<#10-0x0A-lf>    
translation(domain, localedir).install(unicode)<#10-0x0A-lf>
2002-09-12 23:15:58 [PANIC]
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:122):
   File "/usr/lib/python2.2/gettext.py", line 238, in translation<#10-0x0A-lf>  
  raise IOError(ENOENT, 'No translation file found for domain', 
domain)<#10-0x0A-lf>
2002-09-12 23:15:58 [PANIC]
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:122):
 IOError: [Errno 2] No translation file found for domain: 'gnumed'<#10-0x0A-lf>
2002-09-12 23:15:58 [WARN] 
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:143):
 Cannot install textdomain from one level above binary location 
[/home/drdave/gnumed/gnumed/client/locale].
2002-09-12 23:15:58 [WARN] 
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:143):
 exception type : exceptions.IOError
2002-09-12 23:15:58 [WARN] 
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:143):
 exception value: [Errno 2] No translation file found for domain: 'gnumed'
2002-09-12 23:15:58 [WARN] 
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:161):
 The application level locale directory 
[/home/drdave/gnumed/gnumed/client/wxpython/locale] does not exist. Cannot 
install textdomain from there.
2002-09-12 23:15:58 [WARN] 
(/home/drdave/gnumed/gnumed/client/python-common/gmI18N.py::install_domain:164):
 Giving up and falling back to NullTranslations() class in despair.
2002-09-12 23:15:59 [PANIC] (./gnumed.py::Main:171): Exception: Cannot
load modules.
2002-09-12 23:15:59 [PANIC] (./gnumed.py::Main:171): exception type :
exceptions.ImportError
2002-09-12 23:15:59 [PANIC] (./gnumed.py::Main:171): exception value: No
module named pyPgSQL
2002-09-12 23:15:59 [PANIC] (./gnumed.py::Main:171): Traceback (most
recent call last):<#10-0x0A-lf>
2002-09-12 23:15:59 [PANIC] (./gnumed.py::Main:171):   File
"./gnumed.py", line 168, in ?<#10-0x0A-lf>    import
gmGuiMain<#10-0x0A-lf>
2002-09-12 23:15:59 [PANIC] (./gnumed.py::Main:171):   File
"./gmGuiMain.py", line 45, in ?<#10-0x0A-lf>    import gmGuiBroker,
gmPG, gmSQLSimpleSearch, gmSelectPerson, gmConf, gmLog, gmPlugin,
gmCfg<#10-0x0A-lf>
2002-09-12 23:15:59 [PANIC] (./gnumed.py::Main:171):   File
"/home/drdave/gnumed/gnumed/client/python-common/gmPG.py", line 39, in
?<#10-0x0A-lf>    import gmI18N, gmLog, gmLoginInfo, gmExceptions,
gmBackendListener<#10-0x0A-lf>
2002-09-12 23:15:59 [PANIC] (./gnumed.py::Main:171):   File
"/home/drdave/gnumed/gnumed/client/python-common/gmBackendListener.py",
line 17, in ?<#10-0x0A-lf>    from pyPgSQL import libpq<#10-0x0A-lf>
2002-09-12 23:15:59 [PANIC] (./gnumed.py::Main:171): ImportError: No
module named pyPgSQL<#10-0x0A-lf>CRITICAL ERROR: Can't load gmI18N,
gmGuiBroker or gmGuiMain ! - Program halted.
                                  Please check whether your PYTHONPATH
and/or GNUMED_DIR environment
                                  variables are set correctly.
















-- 
David Guest
GPG key ID BE79B742 @ pgp.mit.edu
Fingerprint: 2609 DB95 C040 5902 BA0C  4D3C F1F2 EA62 BE79 B742

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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