spillai / numpy-opencv-converter

OpenCV <=> NumPy Converter using Boost::Python
BSD 2-Clause "Simplified" License
131 stars 52 forks source link

Can't support import multiple numpy-opencv-converter modules in a single python script #10

Open dianyancao opened 7 years ago

dianyancao commented 7 years ago

When I import two numpy-opencv-converter modules in a single python script,it will import converters twice,then use the c++ module will cause python to be crashed.And I try import the module only once,but both does not work. How to get multiple modules import with numpy-opencv-converter work?