python安装pyqt4 becauscould not find or load the Qt platform plugin "windows".

问题描述

python安装pyqt4 becauscould not find or load the Qt platform plugin "windows".

安装pyqt4已经成功了。
This application failed to start because it could not find or load the Qt platform plugin "windows".

解决方案

安装plugin window

时间: 2024-10-22 08:03:40

python安装pyqt4 becauscould not find or load the Qt platform plugin "windows".的相关文章

ubuntukylin-Qt安装 Qt platform plugin "xcb".

问题描述 Qt安装 Qt platform plugin "xcb". This application failed to start because it could not find or load the Qt platform plugin "xcb". Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb. Reinstalling the

[python] 安装numpy+scipy+matlotlib+scikit-learn及问题解决

这篇文章主要讲述Python如何安装Numpy.Scipy.Matlotlib.Scikit-learn等库的过程及遇到的问题解决方法.最近安装这个真是一把泪啊,各种不兼容问题和报错,希望文章对你有所帮助吧!你可能遇到的问题包括:         ImportError: No module named sklearn 未安装sklearn包         ImportError: DLL load failed: 找不到指定的模块         ImportError: DLL load

centos-在CentOS6.5 32位下安装PyQt4编译出错

问题描述 在CentOS6.5 32位下安装PyQt4编译出错 在CentOS6.5 32位下安装PyQt4 已经安装了sip和Qt4: 下载了PyQt4源码包,进入目录,输入 python configuer.py -k --qmake /usr/lib/qt4/bin,配置通过,没有报错,接下来输入make编译,报错如下: /usr/local/lib/python2.7/PyQt-x11-gpl-4.11.4/QtGui/sipQtGuiQAbstractPrintDialog.cpp:1

查看Python安装路径以及安装包路径小技巧

  这篇文章主要介绍了查看Python安装路径以及安装包路径小技巧,本文使用直接在命令行运行Python代码的方法检测安装路径以及安装包路径,需要的朋友可以参考下 特别是linux系统,装了多个python,有时候找不到python的绝对路径,有时候装了个django,又找不到django安装到哪里了..当然查看的方法有很多种,这里列出几种,供没有经验的人参考下. 复制代码 代码如下: G:codemoniter>python -c "from distutils.sysconfig im

pyffmpeg安装-python安装pyffmpeg,cython报错

问题描述 python安装pyffmpeg,cython报错 问题是这样的,最近在装python版的ffmpeg模块pyffmpeg,执行python setup.py install后,报错如下: from Cython.Distutils import build_ext ,ImportError: No module named Cython.Distutils ,发现可能缺少Cython模块的安装,于是又执行了下面的命令: pip install cython 结果报错: buildin

python安装-Python 在安装lxml库的时候 一直搞不定

问题描述 Python 在安装lxml库的时候 一直搞不定 各位哥哥 哥哥们,不知道这是什么原因,也不知道我是否安装成功了 lxml 我也下载了 setuptools-20.2.2 ,按步骤安装的,可是还是不行,请各位哥哥 哥哥们帮小弟解决一下吧~ 痛苦中-- 解决方案 你下载它的pip包 然后python 安装setup.py 看是否成功

库-python安装pcapy报错:vc++ fail with exit status 2

问题描述 python安装pcapy报错:vc++ fail with exit status 2 之前报没有vc++ 9.0什么的,于是我下了个vicual c++ for python 9.0,然后再安装pcapy这个第三方库,就报这个错.自己从pypi下了运行setup.py安装或pip install pcapy都会报这个错,求怎么解决. 我最开始是要装scapy的,但是装了scapy,编译的时候又报没有pcapy,于是我再装pcapy,可是情况就这样装不了,求怎么解决? 解决方案 ha

python安装gridfs模块的命令是怎么写的

问题描述 python安装gridfs模块的命令是怎么写的 我输入命令: pip install gridfs 提示: Could not find any downloads that satisfy the requirement gridfs No distributions at all found for gridfs 解决方案 http://stackoverflow.com/questions/24101300/pip-could-not-find-any-downloads-th

关于python安装pymssql报错,求大神指点,在ubuntu14.04下

问题描述 关于python安装pymssql报错,求大神指点,在ubuntu14.04下 报错内容: (pyenvdata)lin@lin-ThinkPad:~$ pip install pymssqlDownloading/unpacking pymssql Downloading pymssql-2.1.1.tar.gz (2.4MB): 2.4MB downloaded Running setup.py (path:/home/lin/pyenvdata/build/pymssql/set