Sounds good. Thanks again for all your help.

On Aug 12, 3:48 pm, William Stein <[email protected]> wrote:
> On Thu, Aug 12, 2010 at 3:45 PM, fitzsnaggle <[email protected]> wrote:
> > My program just needs the following as far as I can tell:
>
> > fft and fftshift,
> > auto-correlation
> > svd
> > matrix manipulation
> > basic calculus
> > complex numbers
>
> > I'm trying to create a gui to reconstruct an image from its fourier
> > moduli from data taken via usb.
>
> > Do you think it is possible with the packages available that ?
>
> I don't know. Probably the above can be accomplished using sympy +
> numpy + scipy, which are all in EPD (enthought's Python distribution),
> which supports MS Windows.  You may want to ask Enthought or on a
> scipy list or something.
>
>
>
>
>
> > On Aug 12, 3:21 pm, William Stein <[email protected]> wrote:
> >> On Thu, Aug 12, 2010 at 3:13 PM, fitzsnaggle <[email protected]> wrote:
> >> > That's discouraging. I can still use a lot of the packages that sage
> >> > comes with to create the program in python and then compile to exe,
> >> > right?
>
> >> It depends entirely on the packages and the program.  If your program
> >> does nothing but say "2+2" then it's easy.  If it computes the
> >> reduction type (via genus2reduction) of a curve obtained by some
> >> construction using Groebner basis (computed using Singular) that
> >> involves sieving for elliptic curves with certain properties (using
> >> mwrank), the situation is different... :-)
>
> >> > Thanks for your quick response.
>
> >> > On Aug 12, 2:56 pm, William Stein <[email protected]> wrote:
> >> >> On Thu, Aug 12, 2010 at 2:50 PM, fitzsnaggle <[email protected]> 
> >> >> wrote:
> >> >> > I don't undestand why not though. If it is possible to do this python,
> >> >> > then why not with sage?
>
> >> >> Sage is an extremely complicated program involving over 5 million
> >> >> lines of code and multiple running processes and programs that have to
> >> >> be run in a very specific environment.   In addition, it is currently
> >> >> not possible to build about half of Sage at all under Microsoft
> >> >> Windows, and estimates range from 2 to 100 years of hard work (which
> >> >> isn't going on, anyways) to change that.
>
> >> >>  -- William
>
> >> >> > On Aug 12, 2:46 pm, William Stein <[email protected]> wrote:
> >> >> >> On Thu, Aug 12, 2010 at 2:41 PM, fitzsnaggle <[email protected]> 
> >> >> >> wrote:
> >> >> >> > I am running Sage on vmware. I'm wondering if I can make a piece 
> >> >> >> > of my
> >> >> >> > program with sage and then turn that into a python script and then
> >> >> >> > cross-compile it to run as a windows exe that people without Sage 
> >> >> >> > or
> >> >> >> > Python can use.
>
> >> >> >> This is absolutely not possible, in general.   Sorry.
>
> >> >> >> William
>
> >> >> >> > On Aug 12, 2:14 pm, Harald Schilly <[email protected]> 
> >> >> >> > wrote:
> >> >> >> >> On Aug 12, 11:06 pm, fitzsnaggle <[email protected]> wrote:
>
> >> >> >> >> > Is it possible to make a script on sage, import its libraries 
> >> >> >> >> > into a
> >> >> >> >> > python script and then compile that script as a standalone 
> >> >> >> >> > windows exe
> >> >> >> >> > using py2exe or pyinstaller?
>
> >> >> >> >> Technically, I think yes - but that would not do anything useful 
> >> >> >> >> at
> >> >> >> >> all. I suggest you to join the sage-windows group to be updated 
> >> >> >> >> about
> >> >> >> >> the development towards running Sage on windows. For now, you 
> >> >> >> >> need to
> >> >> >> >> emulate a Linux environment. For that, run the provided vmware 
> >> >> >> >> image.
>
> >> >> >> >> H
>
> >> >> >> > --
> >> >> >> > To post to this group, send email to [email protected]
> >> >> >> > To unsubscribe from this group, send email to 
> >> >> >> > [email protected]
> >> >> >> > For more options, visit this group 
> >> >> >> > athttp://groups.google.com/group/sage-support
> >> >> >> > URL:http://www.sagemath.org
>
> >> >> >> --
> >> >> >> William Stein
> >> >> >> Professor of Mathematics
> >> >> >> University of Washingtonhttp://wstein.org
>
> >> >> > --
> >> >> > To post to this group, send email to [email protected]
> >> >> > To unsubscribe from this group, send email to 
> >> >> > [email protected]
> >> >> > For more options, visit this group 
> >> >> > athttp://groups.google.com/group/sage-support
> >> >> > URL:http://www.sagemath.org
>
> >> >> --
> >> >> William Stein
> >> >> Professor of Mathematics
> >> >> University of Washingtonhttp://wstein.org
>
> >> > --
> >> > To post to this group, send email to [email protected]
> >> > To unsubscribe from this group, send email to 
> >> > [email protected]
> >> > For more options, visit this group 
> >> > athttp://groups.google.com/group/sage-support
> >> > URL:http://www.sagemath.org
>
> >> --
> >> William Stein
> >> Professor of Mathematics
> >> University of Washingtonhttp://wstein.org
>
> > --
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to 
> > [email protected]
> > For more options, visit this group 
> > athttp://groups.google.com/group/sage-support
> > URL:http://www.sagemath.org
>
> --
> William Stein
> Professor of Mathematics
> University of Washingtonhttp://wstein.org

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to