do you mean to have both versions available simultaneously?  if so, the scripts 
would have to alter sys.path before importing pymel to ensure they get the 
desired version, since python always uses the first found on the script path.  
i would not recommend going this route.  the effort of upgrading from 0.7 to 
0.9 is fairly minimal, and while you're at it you should upgrade to 1.0, anyway.

-chad





On Mar 10, 2010, at 9:26 PM, Drake wrote:

> Let's say, we have wrote some scripts w/ pymel 0.7.x and it works well
> w/o any trouble. Later on, we noticed the upgrade of pymel 0.9.x w/
> lots of great design and wrote other scripts with it. Would it
> possible for those 2 set of scripts w/ different pymel both work well
> under one maya?
> 
> - Drake
> 
> -- 
> http://groups.google.com/group/python_inside_maya

-- 
http://groups.google.com/group/python_inside_maya

Reply via email to