On 2013-04-24 16:34, Oscar Benjamin wrote:
On 24 April 2013 10:13, Roozbeh <roozbe...@gmail.com> wrote:

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?

They cannot use the function from scipy if scipy is not installed.
There are three ways round this problem:
1) Rewrite the interpolation function you need in your own code.

Variant:

1.a) Copy the interpolation code from scipy into your own code.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to