It is a work around:
find /numpy/core/__init__.py, and omit 'del sys' which locates at the bottom of this file.
numpy 1.6.2 doesn't need 'del sys'.
update: use cx_freeze 4.3.2. this problem has been fixed.
解决 numpy 中的 'delsys' 问题
本文提供了解决 numpy 1.6.2 版本中出现的 'delsys' 问题的方法,建议使用 cx_freeze 4.3.2 更新以修复此问题。
It is a work around:
find /numpy/core/__init__.py, and omit 'del sys' which locates at the bottom of this file.
numpy 1.6.2 doesn't need 'del sys'.
update: use cx_freeze 4.3.2. this problem has been fixed.
3298
3879

被折叠的 条评论
为什么被折叠?