in NumPy office website, have a Documentation talk that : As pointed out in Installing_SciPy/BuildingGeneral, building Numpy and Scipy requires a C compiler. Furthermore, a Fortran 77 compiler is needed to build Scipy and to build a Lapack library for use in Numpy and Scipy. The MinGW project provides windows versions of the free GNU compilers gcc and g77. These are the compilers most Scipy developers work with and hence the compilers that are supported the best by the Scipy build scripts. Cygwin is a Posix compatible Linux-like environment for Windows. It is a very useful tool as it allows to compile and use many Unix tools without modification. We'll need it for the compilation of ATLAS. If selected during installation, Cygwin also makes available its own versions of the MinGW compilers (by the command line option "-mno- cygwin" to gcc), which produce identical code. There is no need to install the separate MinGW distribution when Cygwin is already installed. Scipy also supports Visual C++ (MSVC) as the C/C++ compiler (currently only Numpy compiles without a modification). If one wants to build extension modules for the official binary distribution of Python, the runtime libraries have to be compatible. As the official versions of Python 2.3/2.4/2.5 are compiled with Visual Studio 2003 (Visual Studio 7.1) and hence linked to msvcr71, this leaves only MSVC 7.1 to build extensions for these Python versions. This pretty much excludes the free (as in beer) Visual Studio 2005 Express, at least if one doesn't also want to build Python (and all other extension modules) from sources with MSVC 8 - which currently is not offically supported. Combining MSVC with G77 from MinGW or Cygwin is supported, as is the combination with other Fortran compilers. [Could someone say something about Intel Fortran?]
I want compiles use vs2008,and I got error message like that: ===================================================== No module named msvccompiler in numpy.distutils; trying from distutils customize Gnu95FCompiler Could not locate executable gfortran Could not locate executable f95 ===================================================== and last at Traceback message: ===================================================== numpy.distutils.fcompiler.CompilerNotFound: gnu95: f90 nor f77 ===================================================== i think i must have On 10月18日, 上午9时31分, [email protected] wrote: > Just add the path to your PYTHONPATH... Done :) > > > > > > > > > > > > > I got numpy working in maya on a linux rig...I just copied all the numpy > > stuff into a numpy folder in the maya site packages directory...can't > > imagine it being any different on a windows install... > > -----Original Message----- > > From: rais > > Sent: 10/17/2011, 5:42 AM > > To: python_inside_maya > > Subject: [Maya-Python] can use NumPy and SciPy in maya? > > > is anybody successful installation NumPy and SciPy in maya on > > windows? > > > i try but don't work > > > -- > > view archives:http://groups.google.com/group/python_inside_maya > > change your subscription settings: > >http://groups.google.com/group/python_inside_maya/subscribe > > > -- > > view archives:http://groups.google.com/group/python_inside_maya > > change your subscription settings: > >http://groups.google.com/group/python_inside_maya/subscribe > > -- > Shaun Friedberg(Pyrokinesis)http://www.pyrokinesis.co.nz > "Fire Is Fun, When You Think About It" -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
