> I ran Outlook. It crashed.
>
> I tried to run PythonWin.exe to capture any debug output, but
> it GPF'd.
Eeek.
[...]
> So, I decided to use win32traceutil.py to see if it could
> capture anything.
[...]
> 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.
Anything that would have gone into the log would have appeared in the
traceutil output - having that empty is like the empty log.
> 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
>
> I'm beginning to suspect its Python and not SpamBayes that is
> the problem.
>From the above, it looks like Python is ok, but the pywin32 extensions are
not (which would also stop SpamBayes working, before it managed to get to a
log).
> Is there anything else I can get for you?
Since you've got Python and pywin32 installed, could you try opening a
command window, running Python ('C:\Program Files\Python24\python.exe' I'm
guessing) and trying these statements. I suspect one of them will crash
Python:
import win32api
import win32com
import win32con
import win32gui
import pythoncom
If one of them does, then the problem is definitely with pywin32 somehow.
The bad news is that I have no idea about how to fix that, but the good news
is that if you open a pywin32 bug, Mark is usually pretty good and fixing
things reasonably promptly.
=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