Bugs item #2843647, was opened at 2009-08-25 02:06
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2843647&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pythonwin
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: docduke (docduke)
Assigned to: Nobody/Anonymous (nobody)
Summary: SimpleCOMServer from PPW32 p. 68 dies in PyWin 2.5, 2.6, 3.1
Initial Comment:
My objective is a server-side COM to call from VB 6.0 SP6, to do mathematics better.
* The server demo in the book dies the same way no matter how I try it. Both from Word VBA and from VB6 SP6, the error is:
Microsoft Visual Basic
Run-time error '-214746259 (80004005)':
Unexpected Python Error: Traceback (most recent call last):
File "C:\c\Python3\lib\site-packages\win32com\server\policy.py", line 278, in _Invoke_
return self._invoke_(dispid, lcid, wFlags, args)
File "C:\c\Python3\lib\site-packages\win32com\server\policy.py", line 283, in _invoke_
return S_OK, -1, self._invokeex_(dispid, lcid, wFlags, args, None, None)
The traceback beyond here (and the underscores) are cut off by VB. I got the full last line from the source. I haven't figured out how to get the full traceback from PyWin.
* This is similar to 2391931, for which M. Hammond wrote: "You need to install a global copy of the MSVC2008 assemblies from Microsoft for this to work."
* Based on a Google search, I interpreted that to mean: "Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)" which I installed. The error message is unchanged. I have also seen remarks about "COM updates," but that is not specific enough for me to have any idea what to look for.
Please help!
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2009-08-25 08:05
Message:
Without the full traceback it is hard to be sure, but assuming the solution
is appropriate, you are *not* lookig for the "SP1" version of those libs -
just the 'plain' pre-SP1 ones.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2843647&group_id=78018
|