[PyQt] PyQT 4.10 Cannot create accessible interface for object

Richie Ward richies at gmail.com
Fri Mar 8 13:02:50 GMT 2013


Copying the missing plugin from
http://releases.qt-project.org/qt5/5.0.1/qt-windows-opensource-5.0.1-msvc2010_32-x86-offline.exe
resolves this problem.

On 8 March 2013 12:56, Richie Ward <richies at gmail.com> wrote:
> Ok, now I have found out that qtaccessiblewidgetsd.dll is missing!
>
> icudt49.dll was missing too, I had to download it separate.
>
> I downloaded the setup file from:
> http://kent.dl.sourceforge.net/project/pyqt/PyQt4/PyQt-4.10/PyQt4-4.10-gpl-Py3.3-Qt5.0.1-x32.exe
>
> On 8 March 2013 12:48, Richie Ward <richies at gmail.com> wrote:
>> Appears to be related to this bug:
>> https://bugreports.qt-project.org/browse/QTBUG-29720
>>
>> It goes away when I switch to windows classic.
>>
>> On 8 March 2013 12:37, Richie Ward <richies at gmail.com> wrote:
>>> I upgraded to the brand new PyQt 4.10 version and I am now seeing
>>> these errors filling up my console:
>>> Cannot create accessible interface for object:  MainWindow(0x3584268,
>>> name = "MainWindow")
>>> Cannot create accessible interface for object:  QTabBar(0x3983668,
>>> name = "qt_tabwidget_tabbar")
>>> Cannot create accessible interface for object:  QSizeGrip(0x3bc3a68)
>>> Cannot create accessible interface for object:  QPushButton(0x4013060)
>>> Cannot create accessible interface for object:  QPushButton(0x40130e0)
>>> Cannot create accessible interface for object:  QToolButton(0x4013280)
>>> Cannot create accessible interface for object:  QToolButton(0x40132e0)
>>> Cannot create accessible interface for object:  QLabel(0x40240c8)
>>> Cannot create accessible interface for object:  QLabel(0x4024178)
>>> Cannot create accessible interface for object:  QTabBar(0x4013200,
>>> name = "qt_tabwidget_tabbar")
>>> Cannot create accessible interface for object:  QPushButton(0x4024280)
>>> Cannot create accessible interface for object:  QPushButton(0x40242d8)
>>> Cannot create accessible interface for object:  QLabel(0x4024330)
>>> Cannot create accessible interface for object:  QHeaderView(0x407c6b0)
>>> Cannot create accessible interface for object:  QHeaderView(0x407c950)
>>> Cannot create accessible interface for object:  QTableWidget(0x2f46c88)
>>>
>>> I admit my UI files were created in the previous version 4.9.6. I am
>>> loading the interface directly from the UI files using
>>> uic.loadUi(my_path_here, self).
>>>
>>> Any suggestions?
>>>
>>> --
>>> Thanks, Richie Ward
>>
>>
>>
>> --
>> Thanks, Richie Ward
>
>
>
> --
> Thanks, Richie Ward



-- 
Thanks, Richie Ward


More information about the PyQt mailing list