loicland / cut-pursuit

C++ implementation for the cut pursuit algorithm, with Matlab interfaces
MIT License
76 stars 24 forks source link

The cut-pursuit library--cp.dll is not #29

Open zhairuoming opened 4 years ago

zhairuoming commented 4 years ago

Hi !loicland.Sorry to bother again!I am the one who try to run your code in windows,I generator the libraries,named cp.lib and cp.dll, by visual studio 2015 with it default compiler--MSVC14.0 .But I found in the test.py of cut-pursuit ,I can not import libcp.I change it to 'import cp' which is my output libraries and failed too. `Connected to pydev debugger (build 201.7223.92) Traceback (most recent call last): File "", line 983, in _find_and_load File "", line 965, in _find_and_load_unlocked ModuleNotFoundError: No module named 'cp'

Process finished with exit code 1` I think maybe it is the libboost_python.lib.I can not find any CMAKE parameter to define this lib file.

Do I need to set some parameter in CMakeLists.txt?