Using Python's IDLE with Maya2008

Using Python's IDLE with Maya2008

Anonymous
Not applicable
329 Views
0 Replies
Message 1 of 1

Using Python's IDLE with Maya2008

Anonymous
Not applicable
Hi,
I've got Maya2008 and Maya 6 installed. I installed Python 2.5.1
I am trying to get Python's IDLE to work with the Maya2008 installation.
When I run the mayapy.exe everything works fine but when I try to do the same with IDLE I get an Attribute Error that the module isn't found.
I am trying to run something like this:
import maya.standalone
maya.standalone.initialize()
import maya.cmds as mc
mc.polyCube()

when the IDLE hits the mc.polyCube() I get the "module not found" error.
I've tried everything! including setting the environment variable, paths, installing, uninstalling...EVERYTHING!

I am almost about to give up on the whole thing...please let me know if you have any ideas!

Thanks.
0 Likes
330 Views
0 Replies
Replies (0)