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
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to