[spambayes-dev] pop3proxy_tray error

Kenny Pitt kennypitt at hotmail.com
Thu Dec 4 13:47:59 EST 2003


I decided it was probably time to do a little more thorough testing of
the proxy tray than just my average daily usage.  I tried to stop
SpamBayes from the right-click menu, and then start it again.  Here's
the output I got when it tried to restart SpamBayes.

"""
Loading database...
Traceback (most recent call last):
  File "pop3proxy_tray.py", line 389, in OnCommand
    function()
  File "pop3proxy_tray.py", line 431, in Start
    sb_server.prepare(state=sb_server.state)
  File "C:\src\python\spambayes_exp\scripts\sb_server.py", line 861, in
prepare
    state.buildServerStrings()
  File "C:\src\python\spambayes_exp\scripts\sb_server.py", line 685, in
buildServerStrings
    serverStrings = ["%s:%s" % (s, p) for s, p in self.servers]
TypeError: iteration over non-sequence
"""

At this point, the tray icon indicates that SpamBayes is running (I had
to hover my mouse over the icon to get it to update, maybe a different
problem), but none of the ports have been opened so any attempt to
connect to the mail server, review messages in the ui, etc. fails.

This happens whether I am running from source or the py2exe binary.

-- 
Kenny Pitt




More information about the spambayes-dev mailing list