Hi, as I lost my database again (using 1.1a1) I tried to downgrade to 1.0.4 today. DL'ed the tar.gz file, untared, made: python setup.py build ---> OK python setup.py install ---> got erros with write permissions - "su -" and python setup.py install again - this time everything seemed to be OK. Got back to normal user (with "exit"). Tried to run the server - and got this:
[EMAIL PROTECTED] ~]$ sb_server.py SpamBayes POP3 Proxy Version 1.0.4 (March 2005) and engine SpamBayes Engine Version 0.3 (January 2004). Loading database... User interface url is http://localhost:8880/ Traceback (most recent call last): File "/usr/bin/sb_server.py", line 991, in ? run() File "/usr/bin/sb_server.py", line 985, in run start() File "/usr/bin/sb_server.py", line 922, in start main(state.servers, state.proxyPorts, state.uiPort, state.launchUI) File "/usr/bin/sb_server.py", line 900, in main proxyUI = ProxyUserInterface(state, _recreateState) File "/usr/lib/python2.3/site-packages/spambayes/ProxyUI.py", line 168, in __init__ proxy_state.lang_manager, AttributeError: State instance has no attribute 'lang_manager' ----------- any hints ? _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
