#16447 closed defect (duplicate)
OpenCV : Python bindings fail to load
Reported by: | ajb78@… | Owned by: | stante@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
After installing opencv when I try to import the python bindings it fails with:
Fatal Python error: Interpreter not initialized (version mismatch?)
This seems to indicate that the wrong python library is being loaded, however, when I use otool -L to check which library all the dylib's and so's are linked to they seem to be to the macports framework (as they should be since I used python_select to properly select the version of python i'm using).
Change History (5)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to stante@… |
---|
comment:2 Changed 16 years ago by blb@…
Could be ticket #16111 (import opencv
works fine for me, with the patch from that ticket). Though I wonder if opencv should have a dependency on python25 as well?
comment:3 Changed 16 years ago by ajb78@…
Yep ticket 16111 fixed this problem. Man issues with the interpreter mismatch have been driving me nuts! At least now I know what was going on.
comment:4 Changed 16 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #16111.
Assigning to maintainer.