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

2023-06-29 Thread Wuping Xin via python-win32
OK, I think this is a bug of pywin32, Line 37 of \win32comext\axdebug\documents.py, class DebugDocumentText( gateways.DebugDocumentInfo, gateways.DebugDocumentText, gateways.DebugDocument gateway.DebugDocumentText already inherits from gateway.DebugDocument. This would cause Python to

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

2023-06-29 Thread Mark Hammond
On 2023-06-29 2:29 p.m., Wuping Xin via python-win32 wrote: OK,  I think this is a bug of pywin32, Line 37 of \win32comext\axdebug\documents.py, class DebugDocumentText(     gateways.DebugDocumentInfo, gateways.DebugDocumentText, gateways.DebugDocument  gateway.DebugDocumentText already

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

2023-06-29 Thread Wuping Xin via python-win32
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]