Simultaneous Python 2, Python 3 binding (Bug #4228)
Description
opencv_pithon2 and opencv_pithon3 use the same directory for cv2.pyd. In fact python2 and python3 use the same file cv2.pyd, which compiled only for python3 or only for python2.
For example, after installation python2 try to open python34.dll (check with ProcessMonitor.exe)
History
Updated by Maksim Shabunin almost 10 years ago
- Target version changed from 3.0-beta to 3.0
Updated by Maksim Shabunin almost 10 years ago
- Assignee changed from Roman Donchenko to Maksim Shabunin
- Category changed from build/install to python bindings
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4947