我尝试使用pyqt
工具编译pyqtdeploy
脚本,
成功运行qmake main.pro
,但 make
命令包含以下错误:
main.o:(.data.rel+0x8): undefined reference to `PyInit_QtWidgets'
main.o:(.data.rel+0x18): undefined reference to `PyInit_QtGui'
main.o:(.data.rel+0x28): undefined reference to `PyInit_QtCore'
collect2: error: ld returned 1 exit status
make: *** [main] Error 1
谷歌无法帮助我
请解释如何解决这个错误
发展信息: PyQt5
- Python3.4
- ubuntu 14.04