我想在Windows 7 64位, Winpython 版本安装。来自Anaconda,Windows Compiled的.tar包。 Anaconda包是 https://anaconda.org/ccordoba12/boost
1) I copy paste into sites-packages all the python code/folder
2) I put the static C++ library mylib.lib in Libs
3) I put the dll xxxx into system32 and VOW folders.
当我在Python中尝试以下代码时,我仍然有“dll xxxx缺失...”:
import packageName
问题:
1) Where should I put the dll ?
2) IS there any in-compatibility between WinPython and Anaconda Python, Win 64 bits ?
感谢