> Launched sb_server.py (it was 1.1a1 again). And ended with that: > > ------------------------- > [EMAIL PROTECTED] spambayes]$ sb_server.py > SpamBayes POP3 Proxy Version 1.1a1 (April 2005) > > Loading database... User interface url is > http://localhost:8880/ Loading database... Listener on port > 1210 is proxying www.maximail.pl:110 Traceback (most recent > call last): > File "/usr/bin/sb_server.py", line 1096, in ? > run() > File "/usr/bin/sb_server.py", line 1090, in run > start() > File "/usr/bin/sb_server.py", line 1025, in start > main(state.servers, state.proxyPorts, state.uiPort, > state.launchUI) > File "/usr/bin/sb_server.py", line 1005, in main > Dibbler.run(launchBrowser=launchUI) > File > "/usr/lib/python2.3/site-packages/spambayes/Dibbler.py", line 727, in > run > asyncore.loop(map=context._map) > File "/usr/lib/python2.3/asyncore.py", line 193, in loop > poll_fun(timeout, map) > File "/usr/lib/python2.3/asyncore.py", line 108, in poll > r, w, e = select.select(r, w, e, timeout) > KeyboardInterrupt > ---------------------- > I did Ctrl+C to quit. > NOTE: I have had same error before I did use CVS, with 1.0.4 > :/ What am I doing wrong ? :(
Nothing looks wrong here (it appears that everything was running fine, and then you Ctrl-C'd it, which gives the traceback). What happened when you tried to use the proxy? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
