Hi,
For importing maya standalone, the python version and maya version should be the same. Try using sys.path.append and append your maya python path. I am not in front of the system. But please give a try.
Thanks and Reagrds,
Sudeepth Patinjarayi.
--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
I'm using Python 2.6 amd Maya 2012, both x64. What i did with window's environment variable is same with typing down sys.path.append, i just don't have to write it everytime start python. Maybe the directory is wrong?
What is the "one line command"? Is mayapy on windows just a script you can view? What I was suggesting is to view it and reference it to set up your environment variables properly. Once you do that, you should be able to start a normal python interpreter and do: import maya.standalone
--
--
Yea i also faced the same problem. i got it done by installing Maya and Python 32-Bit version. if possible try to install 32-bit and try. if i get any solution i will let you know.
--