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

2007-01-12 Thread Teemu Rinne
by-step instructions to get started. Cheers, Teemu Rinne Dept Psychology Univ Helsinki, Finland ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-27 Thread Teemu Rinne
nd you'll have to modify a line in the matplotlib source to make it work OK with matplotlib, which is a bit tedious I agree. But it works. And it's actively maintained. Hope it helps P. -- End Forwarded Message -- --On maanantai 27. marraskuu 2006 09:39 -0800 Christ

Re: [Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-24 Thread Teemu Rinne
Hi, Bob, thanks for the verification. To my great surprise, I managed to compile scipy on Intel Mac Pro without too much trouble (sorting out gcc and python versions and missing fortran took awhile). My collection of packages seems to work now but there still remains one (minor) issue with maske

Re: [Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-23 Thread Teemu Rinne
> On 23 Nov 2006, at 4:03 PM, Teemu Rinne wrote: >> In my test below , I got "RuntimeError: module compiled against >> version >> 102 of C-API but this version of numpy is 109" after "from >> scipy >> import signal". Is this be

Re: [Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-23 Thread Teemu Rinne
thing wrong? I have an out-of-box Mac Pro with OS X 10 .4.7. -- Teemu --On perjantai 17. marraskuu 2006 00:19 +0200 Teemu Rinne <[EMAIL PROTECTED]> wrote: > Hi, > > Installing python stuff on a new Intel Mac Pro 2.66 was a pleasure this > time (not always so in the past

[Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-16 Thread Teemu Rinne
cipy/signal/__init__.py", line 7, in ? import sigtools ImportError: numpy.core.multiarray failed to import That is, I have an out-of-box Mac and all the packages are downloaded from Pythonmac.org/packages. What am I missing? Is the current scipy package somehow incompa

Re: [Pythonmac-SIG] matplotlib and postscript output

2005-09-08 Thread Teemu Rinne
/Times.dfont Everything looks ok to me but the result is a broken 3.2 M file. With palatino font.serif : Palatino I get a 12 K file which cannot be opened. Postscript output works with font.serif : (i.e., empty) which makes matplotlib to use Vera. So far it seems

[Pythonmac-SIG] matplotlib and postscript output

2005-09-08 Thread Teemu Rinne
h png output, should postscript work too or does it require something extra (say, upgrade of some package)? If I start from scratch with a tiger G5, what do I install and in which order to get postscript output working? Any help/suggestions would be greatly appreciated. -- Teemu Rinne

Re: [Pythonmac-SIG] matplotlib vector graphics

2005-09-02 Thread Teemu Rinne
for otherwise matplotlib will complain when importing pylab > that you (as I presume) don't have gtk, which is the default backend. You > can use the rc-parameterfile as well and don't have to change these > settings in every script. > > Hope I could help. > > Chee

[Pythonmac-SIG] matplotlib vector graphics

2005-09-02 Thread Teemu Rinne
Hi, Can the vector based backends (PS or SVG) be used on OS X? If so, could someone provide examples. I am using the binary package (Panther) from pythonmac -- Teemu Rinne Dept Psych Univ Helsinki ___ Pythonmac-SIG maillist - Pythonmac-SIG

Re: [Pythonmac-SIG] building rpy

2005-07-10 Thread Teemu Rinne
Thanks! '-L/Library/Frameworks/R.framework/Resources/lib' worked ok. -- Teemu --On Sunday, July 10, 2005 4:27 PM +0200 Piet van Oostrum <[EMAIL PROTECTED]> wrote: >>>>>> Teemu Rinne <[EMAIL PROTECTED]> (TR) wrote: > >> TR> Hi, >>

Re: [Pythonmac-SIG] building rpy

2005-07-09 Thread Teemu Rinne
--On Saturday, July 9, 2005 8:34 AM -1000 Bob Ippolito <[EMAIL PROTECTED]> wrote: > On Jul 9, 2005, at 7:08 AM, Teemu Rinne wrote: > >> Based on google searches, it seems that rpy (interface for R) >> should build >> ok on 10.3.9... how to do it? Is ther

[Pythonmac-SIG] building rpy

2005-07-09 Thread Teemu Rinne
lib.darwin-7.9.0-Power_Macintosh-2.3/_rpy.so ld: warning -L: directory name (/Library/Frameworks/R.framework/Resources/Frameworks) does not exist ld: can't locate file for: -lR error: command 'gcc' failed with exit status 1 -- Teemu Rinne Human Cognitive Neurophysiology Laboratory