I have recently re-started interest in Gnumed and upgraded my Ubuntu to 7.10. Issuing $gnumed command, I get this error message:
Unhandled exception caught ! | Type : <type 'exceptions.AttributeError
'> | Value: 'module' object has no attribute 'SQL_IN'
And it goes on to explain further:
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'
I saw a similar error had been reported on 21 September, but no reply that I could see. Has anyone a similar problem, and can you point me in the direction of a cause or solution?