> > > Just make sure whatever edit you are doing to sys.path you do to os.environ[ 'PYTHONPATH' ] as well, that way if you have to transfer your environment whatever edit you have done to sys.path in the instance you are working in will ripple through with os.environ into whatever config is being written ( for example render farms who use a multiplier approach rather than a distribution approach need to know the environment you wish to render in, the modification to your sys.path won't be there but most likely a text file which accompanies the render containing the __dict__ from os.environ )
Hope this helps. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/758ea14f-1624-4135-b001-e9b39fc50ba8%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
