View Single Post
  #21  
Old 03-10-2010, 09:48 AM
JimC JimC is offline
Member
 
Join Date: Jun 2009
Posts: 42
Quote:
You might have a look at ctypes_opencv. It's not intended for Python 2.4, but as it's pure python code it might be made to work.
Sorry, that was perhaps not clear. It's still a wrapper around the C dlls, but ctypes allows you to write the wrapper directly in Python rather than in some C-like (SWIG) or C++-like (SIP) dialect...If the problem is in the original pyopencv wrapper code, then this might provide a workaround...
Reply With Quote