Bugs item #2391931, was opened at 2008-12-05 07:27
Message generated for change (Comment added) made by sf-robot
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: Closed
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: SourceForge Robot (sf-robot)
Date: 2009-03-18 18:53
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2009-01-30 23:24
Message:
You need to install a global copy of the MSVC2008 assemblies from Microsoft
for this to work.
----------------------------------------------------------------------
Comment By: Ricky Teng (rickyteng)
Date: 2008-12-05 07: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
|