anaconda里面qt designer启动失败

顺带一提,anaconda里面的designer路径为:Anaconda3\pkgs\qt-5.6.2-vc14_1\Library\bin
今天装了anaconda3,启动designer时候却报错了。
this application failed to start because it could not find or load the Qt platform plugin “windows” in “”.
anaconda里面qt designer启动失败_第1张图片
网上找了下,网友大多是移植qt程序时候碰到了这个问题,心疼我自己如此悲催,启动designer就遇到了,简直是死在了第一步。
不过既然报错一样,解决的办法是类似的。看网上文章说要复制platforms到.exe同级目录。
搜寻了一番,在Anaconda3\pkgs\qt-5.9.5-vc14he4a7d60_0\Library\plugins文件夹下找到了platforms文件夹,把整个文件夹复制到designer的路径下,重新启动。问题解决!
继续我的第一步~

你可能感兴趣的:(python)