Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-12 Thread Jim Vickroy
On 9/12/2011 11:17 AM, Jonathan T. Niehof wrote: Is anyone successfully using f2py and gfortran on a Windows machine without relying on cygwin? SpacePy uses mingw32 for both gcc and gfortran; I didn't have any trouble with f2py. I haven't tried a build with 64-bit Python or with EPD; I just buil

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-12 Thread Jonathan T. Niehof
> Is anyone successfully using f2py and gfortran on a Windows machine > without relying on cygwin? SpacePy uses mingw32 for both gcc and gfortran; I didn't have any trouble with f2py. I haven't tried a build with 64-bit Python or with EPD; I just build the installer against python.org's python and

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-09 Thread Jim Vickroy
On 9/9/2011 1:59 PM, Christoph Gohlke wrote: > > On 9/9/2011 12:22 PM, Jim Vickroy wrote: >> On 9/9/2011 1:14 PM, Christoph Gohlke wrote: >>> On 9/9/2011 11:43 AM, Jim Vickroy wrote: On 9/9/2011 11:46 AM, Christoph Gohlke wrote: > On 9/9/2011 7:22 AM, Jim Vickroy wrote: >> On 9/8/2011

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-09 Thread Christoph Gohlke
On 9/9/2011 12:22 PM, Jim Vickroy wrote: > On 9/9/2011 1:14 PM, Christoph Gohlke wrote: >> >> On 9/9/2011 11:43 AM, Jim Vickroy wrote: >>> On 9/9/2011 11:46 AM, Christoph Gohlke wrote: On 9/9/2011 7:22 AM, Jim Vickroy wrote: > On 9/8/2011 10:44 AM, "V. Armando Solé" wrote: >> On 08/0

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-09 Thread Jim Vickroy
On 9/9/2011 1:14 PM, Christoph Gohlke wrote: > > On 9/9/2011 11:43 AM, Jim Vickroy wrote: >> On 9/9/2011 11:46 AM, Christoph Gohlke wrote: >>> On 9/9/2011 7:22 AM, Jim Vickroy wrote: On 9/8/2011 10:44 AM, "V. Armando Solé" wrote: > On 08/09/2011 16:16, Jim Vickroy wrote: >> On 9/8/2011

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-09 Thread Christoph Gohlke
On 9/9/2011 11:43 AM, Jim Vickroy wrote: > On 9/9/2011 11:46 AM, Christoph Gohlke wrote: >> >> On 9/9/2011 7:22 AM, Jim Vickroy wrote: >>> On 9/8/2011 10:44 AM, "V. Armando Solé" wrote: On 08/09/2011 16:16, Jim Vickroy wrote: > On 9/8/2011 6:09 AM, "V. Armando Solé" wrote: >> Have yo

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-09 Thread Jim Vickroy
On 9/9/2011 11:46 AM, Christoph Gohlke wrote: > > On 9/9/2011 7:22 AM, Jim Vickroy wrote: >> On 9/8/2011 10:44 AM, "V. Armando Solé" wrote: >>> On 08/09/2011 16:16, Jim Vickroy wrote: On 9/8/2011 6:09 AM, "V. Armando Solé" wrote: > Have you tried to install Visual Studio 2008 Express editi

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-09 Thread Christoph Gohlke
On 9/9/2011 7:22 AM, Jim Vickroy wrote: > On 9/8/2011 10:44 AM, "V. Armando Solé" wrote: >> On 08/09/2011 16:16, Jim Vickroy wrote: >>> On 9/8/2011 6:09 AM, "V. Armando Solé" wrote: Have you tried to install Visual Studio 2008 Express edition (plus the windows SDK to be able to compile

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-09 Thread Jim Vickroy
On 9/8/2011 5:56 AM, Jim Vickroy wrote: > Hello All, I'm attempting to create a python wrapper, for a Fortran > subroutine, using f2py. > > My system details are: > > >>> sys.version '2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 > 32 bit (Intel)]' > >>> sys.getwindowsversion() (5

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-09 Thread Jim Vickroy
On 9/8/2011 10:44 AM, "V. Armando Solé" wrote: > On 08/09/2011 16:16, Jim Vickroy wrote: >> On 9/8/2011 6:09 AM, "V. Armando Solé" wrote: >>> Have you tried to install Visual Studio 2008 Express edition (plus the >>> windows SDK to be able to compile 64 bit code)? >>> >>> Armando >> Armando, "Visua

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-08 Thread V. Armando Solé
On 08/09/2011 16:16, Jim Vickroy wrote: > On 9/8/2011 6:09 AM, "V. Armando Solé" wrote: >> Have you tried to install Visual Studio 2008 Express edition (plus the >> windows SDK to be able to compile 64 bit code)? >> >> Armando > Armando, "Visual Studio 2008 Professional" is installed on the compute

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-08 Thread Jim Vickroy
On 9/8/2011 6:09 AM, "V. Armando Solé" wrote: > Have you tried to install Visual Studio 2008 Express edition (plus the > windows SDK to be able to compile 64 bit code)? > > Armando Armando, "Visual Studio 2008 Professional" is installed on the computer as well as "Intel Visual Fortran Composer XE

Re: [Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-08 Thread V. Armando Solé
Have you tried to install Visual Studio 2008 Express edition (plus the windows SDK to be able to compile 64 bit code)? Armando On 08/09/2011 13:56, Jim Vickroy wrote: > Hello All, I'm attempting to create a python wrapper, for a Fortran > subroutine, using f2py. > > My system details are: > >

[Numpy-discussion] f2py : NotImplementedError: Only MS compiler supported with gfortran on win64

2011-09-08 Thread Jim Vickroy
Hello All, I'm attempting to create a python wrapper, for a Fortran subroutine, using f2py. My system details are: >>> sys.version '2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]' >>> sys.getwindowsversion() (5, 1, 2600, 2, 'Service Pack 3') >>> scipy.__version__ '0.7.