Python in Max
owen lloyd
Oct 17 2016 | 10:34 am
Hi
I'm banging my head against this and am probably being pretty thick. I'm trying to use py.mxo and pyext but I keep getting the following.
2016-10-17 11:20:03.270 Max[45701:7957849] Error loading /Users/repeat/Documents/Max 7/Packages/py.mxo/Contents/MacOS/py: dlopen(/Users/repeat/Documents/Max 7/Packages/py.mxo/Contents/MacOS/py, 262): no suitable image found. Did find:
/Users/repeat/Documents/Max 7/Packages/py.mxo/Contents/MacOS/py: no matching architecture in universal wrapper
So I realise this is likely a 64 bit vs 32 bit issue but I can't seem to find where the problem lies. I've typed a script into the terminal which I'm told will force python to choose 32 bit and Max is set to 32 bit but no joy. Similarly when I leave them both in 64 bit, no joy.
I need to use python as I'm trying to bring over Mathematica code (that a colleague is writing in python) to use within Max.
I'm not a text based coder by any means so it's all a bit confusing I'm afraid. Any help would be very welcome!