PDA

View Full Version : More python env variables problems



rudi hammad
10-15-2009, 06:34 PM
Hi
well,my problem is that everything is OK and it is not working.
This is what I have:
-window wista ultimate 64 bits
-maya 2010 64 bits (wich as a mayapy 2.6.1)
-python 2.6.1 64 bits

I have set the env variables:
MAYA_LOCATION = C:\Program Files\Autodesk\Maya2010
PYTHON PATH= C:\Program Files\Autodesk\Maya2010\Python\Lib\site-packages

Then when I go to python IDLE 2.6.1 and wright

import maya.standalone

and I get the error
ImportError: DLL load failed: No se puede encontrar el módulo especificado.

It is very frustrating because everything is set right

rudi hammad
10-19-2009, 10:21 AM
Actually that´s THE downside of mel.It is not object oriented programming.Of course it depends what you want to get.Maybe mel is enough.
Python is a little harder to setup,but it is extremely powerfull.I just set it up with eclipse editor and it works perfectly so problem solved.
Also python allows you to build UI for a lot of softwares (not just maya).So i recomend that even if it a pain to install it,it is really worth it.

neesh
03-04-2010, 05:52 PM
hi,
So what is the solution to the problem?
I'm getting the same Import error: no module named maya.standalone