[pywin32-bugs] [ pywin32-Bugs-2318014 ] inproc server cannot find pythoncom25.dll
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-01-28 05:27:16
|
Bugs item #2318014, was opened at 2008-11-20 08:58 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2318014&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: com Group: None >Status: Closed >Resolution: Works For Me Priority: 5 Private: No Submitted By: Andreas Sodeur (andreas_sodeur) Assigned to: Nobody/Anonymous (nobody) Summary: inproc server cannot find pythoncom25.dll Initial Comment: I am using an automation add-in for Excel implemented in Python. Excel cannot locate pythoncom25.dll unless the registry key {CLSID}\InprocServer32 contains the full pathname of pythoncom25.dll. It looks like changing line 210 in win32com\server\register.py to: dllName = pythoncom.__file__ will fix the problem. However I am not sure if this will cause problems elsewhere. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2012-01-27 21:27 Message: pythoncomxx.dll should be in system32 and therefore on your path. This is a very old bug report, so I doubt you still have interest, but please reopen this bug if you are still having problems. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2318014&group_id=78018 |