SIP安装问题,折磨4天了。。。。

发布于 2021-11-18 11:29:58 字数 2129 浏览 879 评论 5

要装个Eric4,花了4、5天了,还是没装好,网上的教程说得都简单,可是我弄的时候,总是出错。明明装好了Eric4,却说丢失了pyqtconfig文件,重装其他版本的pyqt也没用。试了很多方法又碰上无法使用nmake指令,丢失mspdb60.all等一堆问题。。。。好艰难,后来发现可能是因为SIP没装好。

装SIP的时候转到对应sip文件夹,python configure.py --platform win32-g++,然后mingw32-make的时候错误了,错误信息一堆,贴出最后一部分:

qtlib.o(.text+0x3e):qtlib.c: undefined reference to `_imp___Py_NoneStruct'
qtlib.o(.text+0xaf):qtlib.c: undefined reference to `_imp__PyMethod_Type'
qtlib.o(.text+0xc4):qtlib.c: undefined reference to `_imp__PyMethod_Type'
qtlib.o(.text+0x98d):qtlib.c: undefined reference to `_imp___Py_NoneStruct'
qtlib.o(.text+0xa23):qtlib.c: undefined reference to `_imp__PyCFunction_Type'
qtlib.o(.text+0xa35):qtlib.c: undefined reference to `_imp__PyExc_NameError'
qtlib.o(.text+0xae8):qtlib.c: undefined reference to `_imp__PyExc_TypeError'
qtlib.o(.text+0x10cd):qtlib.c: undefined reference to `_imp__PyExc_TypeError'
qtlib.o(.text+0x10f3):qtlib.c: undefined reference to `_imp__PyExc_NameError'
qtlib.o(.text+0x1252):qtlib.c: undefined reference to `_imp__PyFunction_Type'
qtlib.o(.text+0x12bd):qtlib.c: undefined reference to `_imp___Py_NoneStruct'
qtlib.o(.text+0x13a7):qtlib.c: undefined reference to `_imp___Py_TrueStruct'
qtlib.o(.text+0x13ae):qtlib.c: undefined reference to `_imp___Py_TrueStruct'
qtlib.o(.text+0x144b):qtlib.c: undefined reference to `_imp___Py_ZeroStruct'
qtlib.o(.text+0x1452):qtlib.c: undefined reference to `_imp___Py_ZeroStruct'
qtlib.o(.text+0x14db):qtlib.c: undefined reference to `_imp__PyMethod_Type'
qtlib.o(.text+0x14e7):qtlib.c: undefined reference to `_imp__PyCFunction_Type'
qtlib.o(.text+0x1765):qtlib.c: undefined reference to `_imp___Py_TrueStruct'
qtlib.o(.text+0x176c):qtlib.c: undefined reference to `_imp___Py_TrueStruct'
threads.o(.text+0xc7):threads.c: undefined reference to `_imp___Py_NoneStruct'
threads.o(.text+0xcf):threads.c: undefined reference to `_imp___Py_NoneStruct'
collect2: ld returned 1 exit status
mingw32-make[1]: *** [sip.pyd] Error 1
mingw32-make[1]: Leaving directory `C:/KIB/sip-snapshot-20070704/siplib'
mingw32-make: *** [all] Error 2
谁能帮忙解决一下么,心力交瘁了。。。。菜鸟太难了

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

夜血缘 2021-11-24 02:47:07

已解决,遇到同样问题的人可以参考
http://m.blog.csdn.net/blog/XiaoAiWhc/8892567,或者我的总结
http://www.cnblogs.com/huafeng/p/3374559.html

哑剧 2021-11-24 02:12:10

sip的依赖是指什么啊?

墨洒年华 2021-11-24 01:03:37

@林夕_信仰 安装前先看下sip官方提供的安装手册,按他说的来。包括一些必要的库都是要安装的

情栀口红 2021-11-23 15:07:17

回复
好的,谢哈

背叛残局 2021-11-23 12:57:04

检查一下看看sip的依赖有没有装好。。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文