Numeric3 - a Windows Problem
C:\Python24\Lib\site-packages\Numeric3\Download>python setup.py install running install running build running config error: The .NET Framework SDK needs to be installed before building extensions for Python. Is there any chance that a Windows binary could be made available for testing? Colin W.
You can use Cygwin's MinGW compiler by adding --compiler=mingw after the setup command. --Michiel. Colin J. Williams wrote:
C:\Python24\Lib\site-packages\Numeric3\Download>python setup.py install running install running build running config error: The .NET Framework SDK needs to be installed before building extensions for Python.
Is there any chance that a Windows binary could be made available for testing?
Colin W.
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion
-- Michiel de Hoon, Assistant Professor University of Tokyo, Institute of Medical Science Human Genome Center 4-6-1 Shirokane-dai, Minato-ku Tokyo 108-8639 Japan http://bonsai.ims.u-tokyo.ac.jp/~mdehoon
Sorry, that should be --compiler=mingw32. Michiel Jan Laurens de Hoon wrote:
You can use Cygwin's MinGW compiler by adding --compiler=mingw after the setup command.
--Michiel.
Colin J. Williams wrote:
C:\Python24\Lib\site-packages\Numeric3\Download>python setup.py install running install running build running config error: The .NET Framework SDK needs to be installed before building extensions for Python.
Is there any chance that a Windows binary could be made available for testing?
Colin W.
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion
-- Michiel de Hoon, Assistant Professor University of Tokyo, Institute of Medical Science Human Genome Center 4-6-1 Shirokane-dai, Minato-ku Tokyo 108-8639 Japan http://bonsai.ims.u-tokyo.ac.jp/~mdehoon
participants (2)
-
Colin J. Williams -
Michiel Jan Laurens de Hoon