Has  anyone been able to get the maya.env to add to an existing PYTHONPATH
?

adding the MAYA_SCRIPT_PATH  is as easy as

MAYA_SCRIPT_PATH = %MAYA_SCRIPT_PATH%, c:/myWwnDir

but doing the same with PYTHONPATH doesn't appear to be working.

PYTHONPATH = %PYTHONPATH% , c/myOwnDir/

( does not add to the PythonPath)

 I can certainly go and write some os.path.append  statements. but If
possible I'd like to be to keep it in the MAYA.env and easily distributed.

thanks

-=s

-- 
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/CAASZO1f%3DRj86GSw8B-vHUt--XR2XktF%2BjrsEupxDjG0rzVj%3Djg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to