2006年11月17日 星期五 09:34
我安装的是python2.4.4 setuptools版本为0.6c3 然后使用easy-install命令。报错 错误是error: Setup script exited with error: Python was built with Visual Studio 2003 extensions must be built with a compiler than can generate compatible binaries. Visual Studio 2003 was not found on this system.if you have Cygwin installed, you can try compiling with MingW32, by passing "-c mingw32" to setup.py 难道安装python包需要visual Studio 2003的支持吗?那个好大。我不想装啊 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061117/61927efc/attachment.htm
2006年11月17日 星期五 09:46
On 11/17/06, Kula <kulasama在gmail.com> wrote: > 我安装的是python2.4.4 > setuptools版本为0.6c3 > 然后使用easy-install命令。报错 > 错误是error: Setup script exited with error: Python was built with Visual > Studio 2003 > > extensions must be built with a compiler than can generate compatible > binaries. > Visual Studio 2003 was not found on this system.if you have Cygwin > installed, > you can try compiling with MingW32, by passing "-c mingw32" to setup.py > > 难道安装python包需要visual Studio 2003的支持吗?那个好大。我不想装啊 > 如果你安装的是一个扩展模块的它,它们一般不是用纯python写的,所以要编译。这种情况下,要么你有编译环境,要么去找有没有编译好的库,下载后进行安装。 -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
2006年11月18日 星期六 10:24
要安装一个vc的开发环境比较费劲,如果你平时不用vc的话,不但要安装vc2003 toolkit,还得安装platform sdk。 较新的python发布中包含了一个mingw/gcc环境中使用的库文件,也是说可以使用mingw/gcc来编译python的扩展了,而安装一个mingw的开发环境还是很方便的,只要到它的主页上下载几个包,解压到一个目录下即可 如果你安装的是较新的python,应该在 在06-11-17,Kula <kulasama在gmail.com> 写道: > > 我安装的是python2.4.4 > setuptools版本为0.6c3 > 然后使用easy-install命令。报错 > 错误是error: Setup script exited with error: Python was built with Visual > Studio 2003 > > extensions must be built with a compiler than can generate compatible > binaries. > Visual Studio 2003 was not found on this system.if you have Cygwin > installed, > you can try compiling with MingW32, by passing "-c mingw32" to setup.py > > 难道安装python包需要visual Studio 2003的支持吗?那个好大。我不想装啊 > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- 茫茫人海,你是我的最爱 -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20061118/210e3223/attachment.html
Zeuux © 2025
京ICP备05028076号