Re: [Pythonmac-SIG] Compiling Scipy/available binaries for Universal Python 2.4?

2007-01-13 Thread David M. Cooke
the C-ordered result of AB. The underlying implementations of the BLAS routines are pretty much always the same for the C interface and the Fortran interface. -- |>|\/|< /--\ |David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/ |[EMAIL PROTECTED] ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Adding resource fork support to tarfile.py

2006-07-18 Thread David M. Cooke
#x27;). I've attached two scripts I wrote a while ago that handle the resource forks in this way. -- |>|\/|< /--\ |David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/ |[EMAIL PROTECTED]#!/usr/bin/env python import os from os.path import join, getsize import tarfile import sys import fn

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-06 Thread David M. Cooke
o a /share/ directory), so it finds them relative to itself using __file__. That wouldn't require knowing where python itself is. -- |>|\/|< /----------\ |David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/ |[EMAIL PROTE

Re: [Pythonmac-SIG] Numpy Scipy and Darwinports

2006-04-02 Thread David M. Cooke
Robert Kern <[EMAIL PROTECTED]> writes: > David M. Cooke wrote: >> Jaonary Rabarisoa <[EMAIL PROTECTED]> writes: >> >> >>>Hi all, >>>I'd like to build numpy and scipy with the gcc 4.1 provided by >>>darwinport (I fact, they need

Re: [Pythonmac-SIG] Numpy Scipy and Darwinports

2006-03-31 Thread David M. Cooke
7;s what I used. Or, use Apple's 3.3 and g77 from http://hpc.sourceforge.net/; this works fine. Apple's 4.0 will not work. -- |>|\/|< /--\ |David M. Cooke http://arbutus.physics.mcmaster.ca/dm

Re: [Pythonmac-SIG] Bulding numpy with the Universal Build

2006-03-29 Thread David M. Cooke
ally use numpy myself, so don't > know how to properly test it. Numpy's unit tests can be run by >>> import numpy >>> numpy.test() -- |>|\/|< /--\ |David M. Cooke

Re: [Pythonmac-SIG] Experiences with 64 bit on PowerMac G5s?

2006-01-26 Thread David M. Cooke
goals for numpy was better 64-bit handling. But numarray may still be better for extremely large arrays; haven't checked recently. -- |>|\/|< /------\ |David M. Cooke http://arbutus.physics.mcmas

Re: [Pythonmac-SIG] SWIG Install problem.

2005-12-06 Thread David M. Cooke
up being linked and so on). So it's suggested that you use 3.3. -- |>|\/|< /------\ |David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/ |[EMAIL PROTECTED] ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Fwd: Preferred IDE

2005-11-29 Thread David M. Cooke
hemselves. If they did we'd have an > excellent python mode by now. This annoyed me too, which why I'm not using TextWrangler :-) I've submitted a patch for Smultron that does this when "indent with spaces" is turned on: http://sourceforge.net/tracker/index.php?f

Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-11 Thread David M. Cooke
which is getting kind of old now). Unfortunately, it doesn't look scipy.org has been updated with instructions on pulling from Subversion, but Fernando Perez has put up a snapshot of CVS before it was switched to subversion at http://ipython.scipy.org/tmp/scipy_cv

Re: [Pythonmac-SIG] Upgrading to 2.4.1

2005-04-22 Thread David M. Cooke
ystem one is found first. By the way, > this doesn't just affect python, it affects every command line > program. I don't want to accidentally change the default anything. -- |>|\/|< /----------\ |David M. Cooke

Re: [Pythonmac-SIG] ANN: py2app 0.1.8

2005-03-22 Thread David M. Cooke
s the one included with OS X. More information than you could shake a stick at in the man page for that, too. -- |>|\/|< /------\ |David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/ |[EMA