[Pythonmac-SIG] which fortran for pythonmac.org binaries?

2007-05-29 Thread Paul Kienzle
Hi, I've downloaded scipy for python2.4 from pythonmac.org today: http://pythonmac.org/packages/py24-fat/index.html and saw the following problem: File "../chisq.py", line 6, in ? import scipy.interpolate File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-pa

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 49, Issue 22

2007-05-29 Thread has
Nicholas Riley wrote: > I couldn't figure out a way to get a remote application to launch > without using the Finder. This is correct. Apple events can't start processes; appscript uses the Process Manager to launch applications as needed, but this only works for the current user. You need to

Re: [Pythonmac-SIG] CGI + appscript newbie question/problem

2007-05-29 Thread Christopher Barker
Brian Wichmann wrote: > What frameworks would people recommend? Pylons is a good bet -- we're moving to it for some of our stuff. Also check out Django and TurboGears. In any case, a Framework is a better bet for all but the very simplest stuff. -Chris -- Christopher Barker, Ph.D. Oceano

Re: [Pythonmac-SIG] CGI + appscript newbie question/problem

2007-05-29 Thread Christopher Barker
Nicholas Riley wrote: > Since you're using /usr/bin/python and assuming you're using 10.4.x, > that should be the system Python 2.3.5. which shouldn't be able to connect to the Window Server at all -- in that version, you need "pythonw" to do that. The mystery continues... -Chris -- Christo

Re: [Pythonmac-SIG] which fortran for pythonmac.org binaries?

2007-05-29 Thread Christopher Barker
Paul Kienzle wrote: > I've downloaded scipy for python2.4 from pythonmac.org today: > > http://pythonmac.org/packages/py24-fat/index.html hmm. I wonder who built that? As far as I know, non one has figured out how to build SciPy Universally -- non one has got gfortran or g95 to build Univer