Hi Laszlo,
> VC12.0? Alternatively -- and I know it is not recommended -- how would I go
> about building from source? I saw some readme notes in the windows subfolder
> of the h5py package that suggest using paver, but I haven't been able to
> figure out how to run that command. I imagine I will need to add some
> modifications to build for VC 12.0.
I'm reluctant to give an answer (apart from "it's not recommended" :))
because the process is very fragile, and the build scripts are written
for VS 2008 and 2010 only.
If you want to try yourself, there are basically two steps: (1) build
HDF5 with all the proper options, using the pavement.py file in the
"windows" directory, and then (2) build h5py, using the --hdf5 and
--hdf5-version options to tell h5py where the built copy of HDF5 is.
You would need to tweak pavement.py to know about VS 2013.
Btw the Paver project is here:
http://paver.github.io/paver/
Andrew