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.
I make a sample code,the packaged exe still show this error,but I can
change the toolbutton's icon.
Any reply is appreciated.
package exe :
├─_bz2.pyd
├─1.png
├─icudt49.dll
├─icuin49.dll
├─icuuc49.dll
├─libEGL.dll
├─libGLESv2.dll
├─library.zip
├─PyQt4.QtCore.pyd
├─PyQt4.QtGui.pyd
├─python33.dll
├─Qt5Core.dll
├─Qt5Gui.dll
├─Qt5PrintSupport.dll
├─Qt5Widgets.dll
├─sip.pyd
├─test.exe
├─unicodedata.pyd
└─platforms
└─qwindows.dll
<<attachment: 1.png>>
test.py
Description: Binary data
------------------------------------------------------------------------------ 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
