Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44268
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-04-24 07:41 -0700 |
| References | <437ea69e-fa1b-42e9-a09a-23b6f94182f2@googlegroups.com> <4038d07a-abcf-4e23-9bd7-a2dfc8293f59@googlegroups.com> |
| Message-ID | <57adee3e-986d-4b23-bf2c-38bd3b0c8e4f@googlegroups.com> (permalink) |
| Subject | Re: Using SciPy in application |
| From | Roozbeh <roozbeh73@gmail.com> |
On Wednesday, April 24, 2013 3:52:50 PM UTC+2, Miki Tebeka 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. 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. I thought about the py2exe option but the problem is, this application is a plug-in written for Abaqus CAE and hence it will use the python version that comes with Abaqus CAE distribution and Abaqus must be able to compile the Python codes every time on the start-up otherwise it won't recognize the plug-in and thats why SciPy and NumPy are also not an option. I guess as Alex said, I will have to use DLLs or write it myself.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Using SciPy in application Roozbeh <roozbeh73@gmail.com> - 2013-04-24 02:13 -0700
Re: Using SciPy in application Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-04-24 12:04 +0100
Re: Using SciPy in application Robert Kern <robert.kern@gmail.com> - 2013-04-24 16:40 +0530
Re: Using SciPy in application Roozbeh <roozbeh73@gmail.com> - 2013-04-24 04:26 -0700
Re: Using SciPy in application Roozbeh <roozbeh73@gmail.com> - 2013-04-24 04:29 -0700
Re: Using SciPy in application Roozbeh <roozbeh73@gmail.com> - 2013-04-24 04:34 -0700
Re: Using SciPy in application Robert Kern <robert.kern@gmail.com> - 2013-04-24 17:10 +0530
Re: Using SciPy in application Maarten <maarten.sneep@knmi.nl> - 2013-04-24 07:49 -0700
Re: Using SciPy in application Alex van der Spek <zdoor@xs4all.nl> - 2013-04-24 11:57 +0000
Re: Using SciPy in application Miki Tebeka <miki.tebeka@gmail.com> - 2013-04-24 06:52 -0700
Re: Using SciPy in application Roozbeh <roozbeh73@gmail.com> - 2013-04-24 07:41 -0700
Re: Using SciPy in application Grant Edwards <invalid@invalid.invalid> - 2013-04-24 19:18 +0000
csiph-web