[Numpy-discussion] Question on Absoft 11 and f2py
Sturla Molden
sturla@molden...
Fri Jul 16 08:01:43 CDT 2010
Any good reason CompaqVisualFCompiler should raise an exception when I'm
not using it? Using Enthought 6.2-2.
Sturla
D:\test>f2py -c --fcompiler=absoft --compiler=msvc -m hello hello.f90
Forcing DISTUTILS_USE_SDK=1
Unexpected ValueError in
C:\Python26\lib\site-packages\numpy\distutils\fcompiler
\compaq.pyc
Traceback (most recent call last):
File "C:\Python26\Scripts\f2py-script.py", line 24, in <module>
main()
File "C:\Python26\lib\site-packages\numpy\f2py\f2py2e.py", line 557,
in main
run_compile()
File "C:\Python26\lib\site-packages\numpy\f2py\f2py2e.py", line 443,
in run_co
mpile
fcompiler.load_all_fcompiler_classes()
File
"C:\Python26\lib\site-packages\numpy\distutils\fcompiler\__init__.py", li
ne 715, in load_all_fcompiler_classes
__import__ (module_name)
File
"C:\Python26\lib\site-packages\numpy\distutils\fcompiler\compaq.py", line
55, in <module>
class CompaqVisualFCompiler(FCompiler):
File
"C:\Python26\lib\site-packages\numpy\distutils\fcompiler\compaq.py", line
95, in CompaqVisualFCompiler
raise e
ValueError: [u'path', u'lib']
More information about the NumPy-Discussion
mailing list