Using SciPy in application

Grant Edwards invalid at invalid.invalid
Wed Apr 24 15:18:40 EDT 2013


On 2013-04-24, 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?

You could bundle you app along with python and SciPy and whatever
other libraries are required using py2exe, py2app, cx_Freeze, Freeze,
etc.

-- 
Grant Edwards               grant.b.edwards        Yow! JAPAN is a WONDERFUL
                                  at               planet -- I wonder if we'll
                              gmail.com            ever reach their level of
                                                   COMPARATIVE SHOPPING ...



More information about the Python-list mailing list