Changes between Version 26 and Version 27 of InstallWindowsSvn


Ignore:
Timestamp:
Jun 17, 2013, 2:34:55 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v26 v27  
    1515==== Netcdf4 Note ====
    1616
    17 As of  version 2.7.3.1 (April 2013) {{{python xy}}} seems to be missing {{{netCDF4}}}. Well so for the time being we will need to install another package to cover this loss. For this we can use the precompiled scientific python binaries from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#scientificpython]. I suggest you choose {{{ScientificPython-2.9.2.win32-py2.7.‌exe}}} to install.
     17Check that netcdf is available. From a command line, try
     18
     19{{{
     20python -c "import netCDF4"
     21}}}
     22
     23If no error occurs then netCDF4 is available and you can disregard the rest of this note.
     24
     25
     26But unfortunately version 2.7.3.1 (April 2013) {{{python xy}}} seems to be missing {{{netCDF4}}}.
     27
     28Please let us know if later versions are ok.
     29
     30If it is missing then you need to install another package to cover this loss. For this we can use the precompiled scientific python binaries from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#scientificpython]. I suggest you choose {{{ScientificPython-2.9.2.win32-py2.7.‌exe}}} to install. To test this install try:
     31
     32{{{
     33python -c "import Scientific.IO.NetCDF"
     34}}}
     35
    1836
    1937==== 64 bit ====