On Wednesday, April 24, 2013 11:13:45 AM UTC+2, Roozbeh wrote:
> Hi all, I want to use spline interpolation function from SciPy in an 
> application and at the same time, I don't want the end user to have to 
> install SciPy separately. Is there a way around this problem? Thanks in 
> advance for your help

The thing is that the SciPy code for spline interpolation imports NumPy which 
also I don't want to use. So, I think I will have to write the code myself I 
guess.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to