我想在virtualenv中安装PyQt4的。 我正在Python3.2.1。
这是我到目前为止已经完成:
sudo apt-get install qt4-dev-tools
这工作得很好
我下载的PyQt-X11-GPL-4.9.5和SIP-4.14
在里面的virtualenv我装一口。 没有错误上来。
当我尝试拨打:
python3.2 configure.py
我的PyQt的它让我接受许可,确实没有错误了一堆东西,然后说:
Generating the C++ source for the QtCore module...
sip: Usage: sip [-h] [-V] [-a file] [-b file] [-c dir] [-d file] [-e] [-g] [-I dir] [-j #] [-k] [-m file] [-o] [-p module] [-P] [-r] [-s suffix] [-t tag] [-T] [-w] [-x feature] [-X id:file] [-z file] [file]
Error: Unable to create the C++ code.
至于我可以告诉我的问题是从我跑的Qt的版本错误的事实来了。 我不太知道如何查看我的Qt版本,但我已经安装了QtAssistant它是指Qt4.8所以我假设我有一个。
所以,如果它是一个版本的问题:
1. how do I reliably check what version of Qt I'm running?
2. What version should I be running
除此以外:
1. Wtf?
任何援助将不胜感激。
PS
我已经看过了如何在Ubuntu配置PyQt4的为Python 3? 已经。 什么也没有帮助我。