Message 1 of 1
Using Python's IDLE with Maya2008
Not applicable
07-01-2008
02:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
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.