Hey guys ,

I am having some trouble. I installed matplotlib using easy_install. The 
following runs fine in idle ...

from pyparsing import *
from pylab import *

however within Maya I get the following error...

// Error: No module named pyparsing

# Traceback (most recent call last):

# File "<maya console>", line 1, in <module>

# ImportError: No module named pyparsing //


How can I check the paths that Maya is looking for these modules in ? Here 
is my PYHONPATH


PYTHONPATH=%PYTHONPATH%;%MAYA_LOCATION%;c:\Python27;C:\Python27\lib;C:\Python27\Lib\site-packages


PyParsing is within C:\Python27\Lib\site-packages


Thanks .... yet again !!

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/173d17bd-1230-4a0b-b25d-66a0a09c7428%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to