[Spambayes] I did something stupid...

Bjorn Pettersen BPettersen at NAREX.com
Wed Jan 22 18:43:54 EST 2003


...after setting up spambayes with Outlook XP (training, telling it to
watch the Inbox and move spam), I decided the icons were too far to the
right so I right-clicked on the toolbar, dragged them down to the next
line, and then Outlook froze. In particular the customize dialog was
unresponsive (although I could still move icons around on the toolbar).
I was forced to shut Outlook down through taskmanager...

Now whenever I start Outlook, I see the message below from
win32traceutil.py, and the taskbar icons are non-functional. I couldn't
find any clues on how to uninstall and try again (I did run addin.py
--unregister, and it said it was successful, but still the same message
after running addin.py again). 

Any help or pointers to documentation would be greatly appreciated.

-- bjorn

Outlook Spam Addin module loading
SpamAddin - Connecting to Outlook
Either bayes database or message database is missing - creating new
Bayes database initialized with 0 spam and 0 good messages
pythoncom error: Python error invoking COM method.
Traceback (most recent call last):
  File "C:\Python22\\lib\site-packages\win32com\server\policy.py", line
275, in _Invoke_
    return self._invoke_(dispid, lcid, wFlags, args)
  File "C:\Python22\\lib\site-packages\win32com\server\policy.py", line
280, in _invoke_
    return S_OK, -1, self._invokeex_(dispid, lcid, wFlags, args, None,
None)
  File "C:\Python22\\lib\site-packages\win32com\server\policy.py", line
562, in _invokeex_

    return DesignatedWrapPolicy._invokeex_( self, dispid, lcid, wFlags,
args, kwArgs, serv
iceProvider)
  File "C:\Python22\\lib\site-packages\win32com\server\policy.py", line
510, in _invokeex_

    return apply(func, args)
  File "D:\Transfer\spambayes-1.0a1\Outlook2000\addin.py", line 511, in
OnSelectionChange
    self.SetupUI()
  File "D:\Transfer\spambayes-1.0a1\Outlook2000\addin.py", line 435, in
SetupUI
    Tag = "SpamBayes.Manager")
  File "D:\Transfer\spambayes-1.0a1\Outlook2000\addin.py", line 470, in
_AddControl
    item = parent.Controls.Add(Type=control_type, Temporary=True)
  File "C:\Python22\\lib\site-packages\win32com\client\__init__.py",
line 369, in __getatt
r__
    return apply(self._ApplyTypes_, args)
  File "C:\Python22\\lib\site-packages\win32com\client\__init__.py",
line 363, in _ApplyTy
pes_
    return self._get_good_object_(apply(self._oleobj_.InvokeTypes,
(dispid, 0, wFlags, ret
Type, argTypes) + args), user, resultCLSID)
pywintypes.com_error: (-2147352567, 'Exception occurred.', (0, None,
None, None, 0, -21474
67259), None)



More information about the Spambayes mailing list