Re: [Numpy-discussion] Getting started with numscons build system

2008-02-09 Thread David Cournapeau
Eric Firing wrote: > David, > > When I try to build numscons-0.3.4 from the tarball, I get: > > Traceback (most recent call last): >File "setup.py", line 74, in > import release as R > ImportError: No module named release > > Where should the "release" module be coming from? I've never h

Re: [Numpy-discussion] Getting started with numscons build system

2008-02-09 Thread Eric Firing
David, When I try to build numscons-0.3.4 from the tarball, I get: Traceback (most recent call last): File "setup.py", line 74, in import release as R ImportError: No module named release Where should the "release" module be coming from? I've never heard of it before. Eric David Co

[Numpy-discussion] Getting started with numscons build system

2008-02-09 Thread David Cournapeau
Hi, Since numscons is now available on the trunk, more people can easily try it out. I put some basic instructions there, mainly how to get started and how to easily modify compilation flags, as well as a list of supported platforms http://scipy.org/scipy/numpy/wiki/Numcons I will add mor