SIP安装问题,折磨4天了。。。。
要装个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
已解决,遇到同样问题的人可以参考
http://m.blog.csdn.net/blog/XiaoAiWhc/8892567,或者我的总结
http://www.cnblogs.com/huafeng/p/3374559.html
sip的依赖是指什么啊?
@林夕_信仰 安装前先看下sip官方提供的安装手册,按他说的来。包括一些必要的库都是要安装的
回复
好的,谢哈
检查一下看看sip的依赖有没有装好。。