maya2egg2009 error

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.

you need to provide the full path name for the maya file; c:…

I had the same problem but i found the answer here in the forums.

there is no need to use the full path name for the .egg file

as far as the other warning messages, you have to add environment variables those to can be found in the forum

good luck