What steps will reproduce the problem?
1. Install python 2.7
2. Install P4D ver. 3.32
3. Install OpenCV 2.2
4. Compile P4D Demo01 (Project1.exe)
5. Copy cv.pyd and python27.dll to Project1.exe folder
6. execute script "import cv"
Exception
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: Module use of python27.dll conflicts with this version of Python.
Original test script "print 2+2" works well.
Original issue reported on code.google.com by alex....@gmail.com on 30 May 2011 at 8:27
Original issue reported on code.google.com by
alex....@gmail.com
on 30 May 2011 at 8:27