Using SciPy in application

Miki Tebeka miki.tebeka at gmail.com
Wed Apr 24 09:52:50 EDT 2013


> 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.
You can pack you application with py2exe, pyinstaller ... and then they won't even need to install Python.

Another option (which is not always possible) is to make you application a web site and then only you need to install SciPy on the server.



More information about the Python-list mailing list