acidream
02-06-2009, 07:41 AM
I'm trying to get the idle shell to work with the maya site-packages, and it gives me this error when i type import maya.OpenMaya as OpenMaya, and import maya.OpenMayaMPx as OpenMayaMPx
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import maya.OpenMaya as OpenMaya
File "C:\engserv\rbuild\195\build\wrk\optim\runTime\Python\Lib\site-packages\maya\OpenMaya.py", line 7, in <module>
ImportError: DLL load failed: The specified procedure could not be found.
I have python 2.5.1 64bit installed and the PYTHONPATH env variable is set in the system properties. Everything else related to python in maya works fine, inlcuding the plugins.
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import maya.OpenMaya as OpenMaya
File "C:\engserv\rbuild\195\build\wrk\optim\runTime\Python\Lib\site-packages\maya\OpenMaya.py", line 7, in <module>
ImportError: DLL load failed: The specified procedure could not be found.
I have python 2.5.1 64bit installed and the PYTHONPATH env variable is set in the system properties. Everything else related to python in maya works fine, inlcuding the plugins.
