[Spambayes] FW: Windows 7 x64 - Problems

Mark Hammond mhammond at skippinet.com.au
Thu Jan 7 00:53:04 CET 2010


On 7/01/2010 12:54 AM, Ocean wrote:
> 	The only relevant section I could find was in addin.py.  I made the
> appropriate modifications (commenting out "import win32traceutil" and
> copying the body of the IF statement above it in it's place), unregistered
> the addin, and re-registered it - but that didn't seem to do the trick.

That should be right - or just change the line:

     if hasattr(sys, "frozen"):

to something like:

     if True or hasattr(sys, "frozen"):

Also, ensure you don't register the addin with '--debug'

HTH,

Mark


More information about the SpamBayes mailing list