David,
We use a sitecustomize.py that simply lives in one of our python system
paths and it works fine.

It sounds like we are doing something similar. Here's an excerpt from our
file that pushes the pymel path to the head to ensure the maya over-ride
works properly:


if os.environ.has_key('PYMELPATH'):
if os.environ['PYMELPATH'] in sys.path:
sys.path.remove( os.environ['PYMELPATH'] )
sys.path.insert(0, os.environ['PYMELPATH'] )



On Tue, Jun 15, 2010 at 11:19 AM, Chad Dombrova <[email protected]> wrote:

>
> Does that require manually deleting the pymel folder from the maya
>> 2011 install folder?
>>
>
> nope. just follow the installation instructions to make sure that the
> external pymel is found on the pythonpath before the internal one.
>
> -chad
>
>  --
> http://groups.google.com/group/python_inside_maya
>

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

Reply via email to