On 10/16/2010 2:15 PM kj said...



The following interaction (in OS X) summarizes the situation:

% echo $DYLD_LIBRARY_PATH
/Applications/MATLAB_R2010a.app/bin/maci64
% grep -r _engClose $DYLD_LIBRARY_PATH
Binary file /Applications/MATLAB_R2010a.app/bin/maci64/libeng.dylib matches
% export DYLD_LIBRARY_PATH
% python
Python 2.6.5 (r265:79063, May 22 2010, 18:34:46)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
from mlabwrap import mlab

I'd start by checking the version numbers and compatibility specifications on mlabwrap which, per their site, claims "mlabwrap should work with python>=2.4".

Emile


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to