Hi. I’ve panda 1.6.2 and i attempted to import a model from Maya 2009 using the command-line “maya2egg2009.” I received this error:
Quote:
the ordinal 188 could not be located in the dynamic link library libguide30.dll
After which i copied libguide30.dll from maya2009’s bin folder and pasted it into panda3d1.6.2’s bin folder and repeated the steps in cmd again to no avail. There is still an error in the log:
C:\Users\User\Desktop>maya2egg2009 -a both -o eggFileName.egg am.mb
Initializing Maya.
‘import site’ failed; use -v for traceback
ImportError: No module named maya.app.python
Invalid Python Environment: Python is unable to find Maya’s Python modules
Python Evironment:
PYTHONHOME not set!
ImportError: No module named site
Python cannot find site module!
Python cannot find sys module!
ImportError: No module named maya.app.python
Invalid Python Environment: Python is unable to find Maya’s Python modules
Python Evironment:
PYTHONHOME not set!
ImportError: No module named site
Python cannot find site module!
Python cannot find sys module!
ImportError: No module named maya
ImportError: No module named maya.cmds
ImportError: No module named maya.utils
ImportError: No module named maya.mel
ImportError: No module named maya.app
Invalid Python Environment: Python is unable to find Maya’s Python modules
Python Evironment:
PYTHONHOME not set!
ImportError: No module named site
Python cannot find site module!
Search path (sys.path):
D:\Maya2009\scripts\muscle
D:\Panda3D-1.6.2\bin\python25.zip
.\DLLs
.\lib
.\lib\plat-win
.\lib\lib-tk
D:\Panda3D-1.6.2\bin
ImportError: No module named maya.app.startup.batch
am.mb: (kFailure): Unexpected Internal Failure
:maya:mayaegg(error): Unable to read am.mb
Errors in conversion.
Im sorry for the long line of text >> but could anyone please guide me through step by step as i’m still a student and im not very experienced with this sort of glitches that occur in the system. I thank you for your time.