Tony, > * Install Python <http://python.org/download>
Installed 2.4.1 > > * Install pywin32 extensions <http://sf.net/projects/pywin32> > Installed pywin32-204.win32-py2.4.exe > * Download source archive (.zip) from <http://sf.net/projects/spambayes> > Got spambayes-1.0.4.tar.gz > * Extract source to somewhere convenient > Done > * Run "python addin.py --debug" in the Outlook2000 directory. > Done. Registered. I ran Outlook. It crashed. I tried to run PythonWin.exe to capture any debug output, but it GPF'd. Unhandled exception at 0x00a1d30c in Pythonwin.exe: 0xC0000005: Access violation. I opened it in the MS.NET debugger to see what I could see. Not much, but here it is: The exception was in MFC7.1.dll. This is the human-readable part of the call stack: thrdcore.cpp - AfxInternalPumpMessage: line 188 thrdcore.cpp - CWinThread::Run: line 637 winmain.cpp - AfxWinMain: line 49 So, I decided to use win32traceutil.py to see if it could capture anything. Here's the output: C:\Program Files\Python24\Lib\site-packages\win32\lib>python Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> quit 'Use Ctrl-Z plus Return to exit.' >>> ^Z C:\Program Files\Python24\Lib\site-packages\win32\lib>python win32traceutil.py Collecting Python Trace Output... Object with win32trace dispatcher created (object=None) Not very helpful if you ask me. No log files this time. I'm beginning to suspect its Python and not SpamBayes that is the problem. Is there anything else I can get for you? Sean _______________________________________________ Spambayes@python.org http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html