[python-win32] Python Active Scripting Error - should I ignore it?

Wuping Xin wuping at caliper.com
Thu Jun 29 14:15:27 EDT 2023


When I running a Python Active Script,  DebugView captured the following errrors - any advice?

[22076]   File "C:\Users\.\AppData\Local\Programs\Python\Python39\lib\site-packages\win32comext\axscript\client\framework.py", line 729, in SetScriptSite
[22076]     from . import debug
[22076]   File "C:\Users\\AppData\Local\Programs\Python\Python39\lib\site-packages\win32comext\axscript\client\debug.py", line 9, in <module>
[22076]     from win32com.axdebug import adb, axdebug, contexts, documents, gateways, stackframe
[22076]   File "C:\Users\AppData\Local\Programs\Python\Python39\lib\site-packages\win32comext\axdebug\documents.py", line 37, in <module>
[22076]     class DebugDocumentText(
[22076] TypeError: Cannot create a consistent method resolution
[22076] order (MRO) for bases DebugDocumentInfo, DebugDocumentText, DebugDocument
[22076] *** Debugger Manager could not initialize - <class 'TypeError'>: Cannot create a consistent method resolution
[22076] order (MRO) for bases DebugDocumentInfo, DebugDocumentText, DebugDocument
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/python-win32/attachments/20230629/0dcb0270/attachment-0001.html>


More information about the python-win32 mailing list