[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...> - 2008-11-20 16:58:36
|
Bugs item #2318014, was opened at 2008-11-20 17:58 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2318014&group_id=78018 |