hello, i am able to get xapian working as expected with python on my development server but i am having issues with my web server.
i keep running into this error:
import xapian Traceback (most recent call last): File "", line 1, in File "/home/x/lib/python2.6/xapian/init.py", line 28, in _xapian = swig_import_helper() File "/home/x/lib/python2.6/xapian/init.py", line 27, in swig_import_helper return _mod UnboundLocalError: local variable '_mod' referenced before assignment
i installed the latest copy of swig and reinstalled both xapian core and xapian-bindings but the error persists.
any ideas are greatly appreciated.