[Distutils] Sandbox violation help

Dave Peterson dpeterson at enthought.com
Fri Dec 7 22:26:59 CET 2007


Robert Kern wrote:
> Dave Peterson wrote:
>   
>> Most of us here are not seeing this
>> error so I'm thinking it isn't something obviously wrong with the 
>> setup.py. You can look at the setup.py at :
>>
>> https://svn.enthought.com/enthought/browser/tags/enthought.interpolate_2.0.0b3/setup.py
>>
>> Note that this project does use numpy.distutils' setup function. Perhaps 
>> the error has something to do with that?
>>     
>
> enthought.interpolate uses weave to built its extension module. weave uses
> ~/.python24_compiled as its location for the temporaries. We need to fix weave
> to not do this, or rewrite the extension not to use weave. The latter is
> probably best.
>
>   

I'm probably just being slow here, but how come the build of 
enthought.interpolate works for some (I'll assert most here) people but 
not others?

-- Dave



More information about the Distutils-SIG mailing list