Using SciPy in application

Robert Kern robert.kern at gmail.com
Wed Apr 24 07:10:57 EDT 2013


On 2013-04-24 16:34, Oscar Benjamin wrote:
> On 24 April 2013 10:13, Roozbeh <roozbeh73 at 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




More information about the Python-list mailing list