Thank you, I used to see this post, copying qtaccessiblewidgets.dll to the
exe folder not work.

Now copying it to "accessible" folder solve this problem.

btw,Do yo know the reason for this error
:“qwindowsnativeinterface::nativeresourceforwindow: 'handle' requested for
null window or window without handle.”
Some said qt 5.0.2 repair this bug.But I'm uaing 5.0.2 , still see this
error, and this makes me failed when try to change the icon of a
toolbutton,I can't code a sample code by now,I just make a custom widget
with toolbutton, it contains a function to set the icon. I connect a slot
to the function,when I trigger the slot, it will show this error, and icon
doesn't change.

Thank you.


2013/7/14 Thomas Kluyver <[email protected]>

> On 13 July 2013 08:36, Hunger <[email protected]> wrote:
>
>> Hi, I got an error "cannot create accessible interface for object" when
>> running a packaged exe,the program can run but I can't set the icon of
>> toolbutton. It run well on pycharm.
>>
>>  I don't know if this result from my code,or missing some dll with
>> packaged exe.
>>
>
> This mailing list thread suggests that there's a file called
> qtaccessiblewidgets.dll:
> http://www.riverbankcomputing.com/pipermail/pyqt/2013-March/032442.html
>
> Try copying that to your build directory.
>
> Thanks,
> Thomas
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> cx-freeze-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to