aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
198 stars 68 forks source link

import openvoronoi as ovd ImportError: libboost_python-py27.so.1.49.0 #12

Closed aewallin closed 10 years ago

aewallin commented 10 years ago

recently on Ubuntu 13.10 all my python scripts have stopped working and I get: import openvoronoi as ovd ImportError: libboost_python-py27.so.1.49.0: cannot open shared object file: No such file or directory

I should have only Boost 1.53.0 libraries installed on this machine, and I have rebuilt and reinstalled openvoronoi many times.

Any ideas??

aewallin commented 10 years ago

caused by old binary lying around. to see what python does with "import openvoronoi", run a shell with python -v -v -v