borg33 / python4delphi

Automatically exported from code.google.com/p/python4delphi
0 stars 0 forks source link

OpenCV 2.2 error #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
cv.pyd file

Original comment by alex....@gmail.com on 30 May 2011 at 8:30

Attachments:

GoogleCodeExporter commented 9 years ago
Please see http://code.google.com/p/python4delphi/wiki/P4DPython26

Original comment by pyscripter on 31 May 2011 at 3:37