2009年04月19日 星期日 22:22
hi~各位好,今天在安装PIL过程中碰到一系列问题。 首先说下系统环境:Win Server 2008 r2 X64,python 2.6.2, PIL版本1.1.6, 由于使用PIL官网上提供的PIL-1.1.6.win32-py2.6.exe在安装时无法找到python安装目录(修改注册表之后仍然找不到), 于是只能源码编译. 编译器使用cygwin, 进入pil解压目录运行: python setup.py build_ext --library-dirs=D:\usr\lib\python26\libs --compiler=cygwin 出现: ... build\temp.win-amd64-2.6\Release\path.o:path.c:(.text+0xd3d): undefined referenc e to `_imp__PyErr_Clear' build\temp.win-amd64-2.6\Release\path.o:path.c:(.text+0xd6d): undefined referenc e to `_imp__Py_BuildValue' build\temp.win-amd64-2.6\Release\path.o:path.c:(.text+0xd7a): undefined referenc e to `_imp__PyExc_AttributeError' build\temp.win-amd64-2.6\Release\path.o:path.c:(.text+0xd85): undefined referenc e to `_imp__PyErr_SetString' collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 这些错误,,,尝试python setup.py build_ext --libraries=D:\usr\lib\python26\libs\python26.lib --compiler=cygwin 也是同样错误... 弄了半天, 实在不知道该如何解决...于是向列表中各位大哥求助也~~~先谢拉~~ -------------- 下一部分 -------------- 一个HTML附件被移除... URL: <http://www.zeuux.org/pipermail/zeuux-press/attachments/20090419/2f953cf8/attachment.html>
Zeuux © 2024
京ICP备05028076号