Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.2
-
None
-
WIN7 64BIT / WIN10 64BIT
Python 3.6.8 32bit
PySide2 5.15.2
Description
AxWidget: dynamicCall malfunction
The same code is working correctly in PySide2 5.15.1.
Running with PySide 5.15.2, exception as followed:
QAxBase: Error calling IDispatch member URL: Unknown error
Traceback (most recent call last):
File "d:/project/rdp_py/demo.py", line 38, in <lambda>
btn.clicked.connect(lambda: play_a_media(w, ax_w))
File "d:/project/rdp_py/demo.py", line 22, in play_a_media
title = current_media.dynamicCall("getItemInfo(const QString&)", "title")
AttributeError: 'NoneType' object has no attribute 'dynamicCall'
Attachments
Issue Links
- resulted from
-
PYSIDE-1410 QAxWidget.dynamicCall has unexpected behavior if arguments are passed as list type
- Closed