Re: [Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-19 Thread Ralf Gommers
On Wed, May 18, 2011 at 11:40 PM, Bruce Southey wrote: > On 05/18/2011 03:28 PM, Ralf Gommers wrote: > > > > On Wed, May 18, 2011 at 8:42 PM, Wieland Brendel > wrote: > >> I succeeded now in installing the latest Numpy version. There was some >> problem in mingw32ccompiler.py. I had to change t

[Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Wieland Brendel
> Glad you solved it. Can you tell us the details of your setup (gcc > version, Cygwin version)? I used the latest mingw 20110316. I can't find out how to get the gcc and cygwin version number though... what are the commands in windows? Cheers Wieland ___

Re: [Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Bruce Southey
On 05/18/2011 03:28 PM, Ralf Gommers wrote: On Wed, May 18, 2011 at 8:42 PM, Wieland Brendel mailto:wielandbren...@gmx.net>> wrote: I succeeded now in installing the latest Numpy version. There was some problem in mingw32ccompiler.py. I had to change the lines elif

Re: [Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Ralf Gommers
On Wed, May 18, 2011 at 8:42 PM, Wieland Brendel wrote: > I succeeded now in installing the latest Numpy version. There was some > problem in mingw32ccompiler.py. I had to change the lines > > elif self.gcc_version < "4.": > self.set_executables(compiler='gcc -mno-cyg

[Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Wieland Brendel
I succeeded now in installing the latest Numpy version. There was some problem in mingw32ccompiler.py. I had to change the lines elif self.gcc_version < "4.": self.set_executables(compiler='gcc -mno-cygwin -O2 -Wall', compiler

Re: [Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Aradenatorix Veckhom Vacelaevus
Hi Wieland: I see you have troubles isnide windows... mmm I don't enjoy to work with that OS but perhaps you should clean the Registry before reinstall your packages. I suggest you tu download and install the last version of Ccleaner, clean your PC and your Registry before try again. I hope it hel

[Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Wieland Brendel
I have deinstalled scipy, numpy and Python(x,y), reinstalled a newer version of Python (x,y) and run the python install again - same result. However, maybe the build cache was still not cleaned? I used the build command > python setup.py config --compiler=mingw32 build --compiler=mingw32 inst

Re: [Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Charles R Harris
On Wed, May 18, 2011 at 11:50 AM, Ralf Gommers wrote: > > > On Wed, May 18, 2011 at 7:38 PM, Wieland Brendel > wrote: > >> Dear Ralf, >> thanks for you suggestion - the SVN was of course only the numpy master >> branch. I switched to the latest 1.6.x branch but the compilation stops >> with >> >>

Re: [Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Ralf Gommers
On Wed, May 18, 2011 at 7:38 PM, Wieland Brendel wrote: > Dear Ralf, > thanks for you suggestion - the SVN was of course only the numpy master > branch. I switched to the latest 1.6.x branch but the compilation stops > with > > > ValueError: invalid version number '4.' > You have a time machine!

[Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Wieland Brendel
Dear Ralf, thanks for you suggestion - the SVN was of course only the numpy master branch. I switched to the latest 1.6.x branch but the compilation stops with > ValueError: invalid version number '4.' in line 107, C:\Python26\lib\distutils\version.py (before was line 40, self.parse(vstring)).

Re: [Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Ralf Gommers
On Wed, May 18, 2011 at 7:17 PM, Wieland Brendel wrote: > Hello, > I am glad Mark was able to resolve the bug in einsum very fast since I > am heavily relying on this function. I am working on a Windows 7 64 bit > system with latest Python 2.6. I tried to build numpy from SVN following > along > >

[Numpy-discussion] Windows dev-build Numpy 1.6.1

2011-05-18 Thread Wieland Brendel
Hello, I am glad Mark was able to resolve the bug in einsum very fast since I am heavily relying on this function. I am working on a Windows 7 64 bit system with latest Python 2.6. I tried to build numpy from SVN following along http://www.scipy.org/Build_for_Windows After installing numpy I r