Bugs item #2391931, was opened at 2008-12-05 15:27
Message generated for change (Comment added) made by rickyteng
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2391931&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: installation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ricky Teng (rickyteng)
Assigned to: Nobody/Anonymous (nobody)
Summary: I wrote a COM server that is work in python 2.5 but not 2.6
Initial Comment:
Hi,
I wrote a COM server can be called by VB exe.
I wrote the COM server in python 2.5 and pywin32-212.win32-py2.5.exe.
When I change python to 2.6 and pywin32-212.win32-py2.6.exe, register the COM server I wrote. The error message is :
------------
Run-Time error '-2147024770 (8007007e)':
Automation error
The specified module could not be found
------------
But I roll back to python 2.5 and pywin32-212.win32-py2.5.exe, everything is ok.
The code of COM server I wrote is copy from "A Quick Start to Server Side COM"
----------------------------------------------------------------------
>Comment By: Ricky Teng (rickyteng)
Date: 2008-12-05 15:32
Message:
I forgot to say that I can use python as COM client to call the COM server.
No matter python 2.5 or 2.6
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2391931&group_id=78018
|