我有一个遗留脚本,它通过python脚本获取boost库,然后提取它们,然后构建它们。
在windows上,提取步骤失败,因为对于boost归档中的某些文件来说,路径太长了。例如。IOError: [Errno 2] No such file or directory: 'C:\\<my_path>\\boost_1_57_0\\libs\\geometry\\doc\\html\\geometry\\reference\\spatial_indexes\\boost__geomet
我试着从PyPI安装,但是当我尝试使用它的时候,我总是得到ImportError: No module named index。我从页面下载并运行了Rtree-0.7.0.win32.exe,一切似乎都安装正确了。下面是我得到的完整错误消息(来自Python 3.2.2 shell):Traceback (most recent call last):File "<pyshell#0>", line