Hallo,
system: ubuntu 7.10
Installation:
mit dem angebenen installationsskript server installiert
mit ubuntu software installation gnumed client hinzugefügt
skripte so gut wie dokumentiert angepasst
gnumed.conf (localhost)
beim start von gnumed gibte folgende fehlermeldung:
log file is [/home/ostrixner/.gnumed/gnumed.log]
,========================================================
| Unhandled exception caught !
| Type : <type 'exceptions.AttributeError'>
| Value: 'module' object has no attribute 'SQL_IN'
`========================================================
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/Gnumed/wxpython/gnumed.py", line 265, in <module>
setup_cfg_files()
File "/var/lib/python-support/python2.5/Gnumed/wxpython/gnumed.py", line 167, in setup_cfg_files
from Gnumed.pycommon import gmCfg, gmNull
File "/var/lib/python-support/python2.5/Gnumed/pycommon/gmCfg.py", line 63, in <module>
import gmLog, gmNull, gmPG2, gmTools
File "/var/lib/python-support/python2.5/Gnumed/pycommon/gmPG2.py", line 802, in <module>
psycopg2.extensions.register_adapter(tuple, psycopg2.extras.SQL_IN)
AttributeError: 'module' object has no attribute 'SQL_IN'
kann mir bitte jemand weiterhelfen, damit ich gnumed zum laufen bekomme?