A Dimarts 20 Juny 2006 18:17, George Christianson va escriure:
> Good morning,

Thank you, but here the sun is about to set ;-)

>       I used the Windows installer to install Python 2.4.3 on a late-model 
> Dell
> PC running XP Pro.  Then I installed numpy-0.9.8 and scipy-0.4.9, also from
> the Windows installers.  Now I am trying to build a dll file for a Fortran
> 77  file and previously-generated (Linux) pyf file.  I installed MinGW from
> the MinGW 5.0.2 Windows installer, and modified my Windows path to put the
> MinGW directory before a pre-existing Cygwin installation.  However, both a
> setup.py file and running the C:\python2.4.3\Scripts\f2py.py file in the
> Windows command line fail with the message that the .NET Framework SDK has
> to be initialized or that the msvccompiler cannot be found.
>       Any advice on what I'm missing would be much appreciated!  Here is the
> message I get trying to run f2py:
>

Mmm, perhaps you can try with putting:

 [build]
compiler=mingw32

in your local distutils.cfg (see 
http://docs.python.org/inst/config-syntax.html)

HTH,

-- 
>0,0<   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 "-"


_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to