Hi,
I've been trying to get Python Idle to work with Maya for a while now
and I just can't get it to work. I'm on a mac with Leopard. I set my
environment variables up with PListEdit Pro so the pythonpath is:
/Applications/Autodesk/maya2008/maya.app/Contents/Frameworks/
Python.framework/Versions/Current/lib/python2.5/site-packages/
and the Maya location is:
/Applications/Autodesk/maya2008/maya.app/Contents
But I keep getting this error just trying to run maya.standalone and I
don't know how to fix it:
Traceback (most recent call last):
File "/Users/hoshi87/Documents/test.py", line 1, in <module>
import maya.standalone
ImportError: dlopen(/Applications/Autodesk/maya2008/maya.app/Contents/
Frameworks/Python.framework/Versions/Current/lib/python2.5/site-
packages/maya/standalone.so, 2): Library not loaded: @executable_path/
libMaya.dylib
Referenced from: /Applications/Autodesk/maya2008/maya.app/Contents/
Frameworks/Python.framework/Versions/Current/lib/python2.5/site-
packages/maya/standalone.so
Reason: image not found
Can someone please help me?
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---