[spambayes-bugs] [ spambayes-Bugs-983539 ] Install error on Outlook 2002

SourceForge.net noreply at sourceforge.net
Tue Sep 28 23:18:35 CEST 2004


Bugs item #983539, was opened at 2004-07-01 13:04
Message generated for change (Comment added) made by kpitt
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=983539&group_id=61702

Category: Outlook
Group: Binary 1.0rc2
Status: Open
Resolution: None
Priority: 5
Submitted By: Taed Wynnell (taed)
Assigned to: Mark Hammond (mhammond)
Summary: Install error on Outlook 2002

Initial Comment:
When I installed 1.0 RC 2, I got an installation error.  
When I then loaded Outlook, SpamBayes seemed to load 
and displayed the buttons, but the SpamBayes menu 
was non-functional (ignored click).

I'm running Outlook 2002 (with all updates) on my 
Windows NT 4.0 Server (with all updates).  I've tried 
installing it multiple times (and rebooting and so on), but 
no luck.  Re-installing 1.0 RC 1 will then work fine.

Here's the outlook_addin_register.exe.log file contents:

Traceback (most recent call last):
  File "addin.py", line 40, in ?
  File "win32gui.pyc", line 9, in ?
  File "win32gui.pyc", line 7, in __load
ImportError: DLL load failed: The specified procedure 
could not be found.
Traceback (most recent call last):
  File "addin.py", line 40, in ?
  File "win32gui.pyc", line 9, in ?
  File "win32gui.pyc", line 7, in __load
ImportError: DLL load failed: The specified procedure 
could not be found.



----------------------------------------------------------------------

>Comment By: Kenny Pitt (kpitt)
Date: 2004-09-28 17:18

Message:
Logged In: YES 
user_id=859086

Noting dupe in [ 1036551 ]

----------------------------------------------------------------------

Comment By: Kenny Pitt (kpitt)
Date: 2004-07-15 16:24

Message:
Logged In: YES 
user_id=859086

It seems that the problem is not a *call* to FlashWindowEx, 
but rather simply that FlashWindowEx appears in the import 
table of the win32gui.pyd DLL file and the import cannot be 
resolved on NT4.

This is an issue in the pywin32 extensions, and appears to 
have been introduced in build 202. Revision 1.42 of win32gui.i 
added the PyFlashWindowEx function that generates the 
offending import.

I'm assigning this to Mark to see if he can find a way to 
implement the FlashWindow function without generating a 
static import reference to the FlashWindowEx function 
(maybe LoadLibrary/GetProcAddress after an OS version 
check?).

----------------------------------------------------------------------

Comment By: pbarbour (pbarbour)
Date: 2004-07-09 16:11

Message:
Logged In: YES 
user_id=1080518

likely due a call to the FlashWindowEx() function which is not 
supported in NT4.  This error occured on my NT4 workstation 
also.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=983539&group_id=61702


More information about the Spambayes-bugs mailing list