Open GoogleCodeExporter opened 9 years ago
I removed Python(x,y) and the Python27 folder and did a full re-install. The
problem persists.
Original comment by jas...@jpmg.nl
on 2 Jun 2014 at 8:49
Please verify that hdf5-vc90-mt.dll, zlib1-vc90-mt and szip-vc90-mt are present
in c:\python27\DLLs .
Make sure c:\python27\DLLs is on your path.
Original comment by grizzly.nyo
on 4 Jun 2014 at 9:57
I checked and hdf5-vc90-mt.dll is in c:\python27\DLLs and that folder is in the
path. I didn't check the presence of the other two files. I tried re-installing
using the explicit 'Run as admin' in the context menu after uninstalling, but
no change there. Currently I reverted to 2.7.6.0 to get some work done, so I
cannot check the presence of the other two dll's right now.
Original comment by jas...@jpmg.nl
on 5 Jun 2014 at 2:46
I had a similar issue on py2exe compiled executables.
On some machines the HDF dll is unable to load, while on others it works fine.
It turns out this particular version of the VC2008 runtime is required:
http://www.microsoft.com/en-us/download/details.aspx?id=26368
Hope this helps,
Federico
Original comment by federico...@gmail.com
on 17 Jun 2014 at 1:32
Last week I've uninstalled 2.7.6.0 again and installed the VC2008 runtime
mentioned above and 2.7.6.1. Now it works, so it could be the solution. Thanks!
Original comment by jas...@jpmg.nl
on 14 Jul 2014 at 10:26
I confirm that the VC2008 (32bits) works for me too. Thank you so much Federico.
Tra
Original comment by thanhtra...@gmail.com
on 22 Jul 2014 at 8:38
Issue 748 has been merged into this issue.
Original comment by grizzly.nyo
on 4 Nov 2014 at 8:28
1.2.7.6.1
2. b. Have you selected the "Full" component selection?
Selected the full install
3. No
5. default path
6. b. For "All users"
7. Windows 7
8.No 32 bit
9. an administrator of the machine
10.simply by double-clicking on the installer
11.you didn't do anything, you installed Python(x,y) directly on your
machine without precaution ( 2.7.6.1)
What steps will reproduce the problem?
1. import tables
2. error message: Could not load "hdf5-vc90-mt.dll", please ensure that it can
be found in the system path
What is the expected output? What do you see instead?
Currently I cannot load my data stored in pandas HDFStore generated h5 files.
Original comment by dhiren...@gmail.com
on 11 Nov 2014 at 7:47
Original issue reported on code.google.com by
jas...@jpmg.nl
on 2 Jun 2014 at 7:21