On win64, get this error on pyinstaller'ing:

Traceback (most recent call last):
...
  File 
"C:\Users\Think\Anaconda\Lib\site-packages\PyInstaller\loader\pyi_importers.py",
 
line 409, in load_module
    module = imp.load_module(fullname, fp, filename, self._c_ext_tuple)
  File "h5py\h5p.pxd", line 16, in init h5py.h5a 
(D:\Build\h5py\h5py-2.5.x\h5py\h5a.c:6548)
  File 
"C:\Users\Think\Anaconda\Lib\site-packages\PyInstaller\loader\pyi_importers.py",
 
line 409, in load_module
    module = imp.load_module(fullname, fp, filename, self._c_ext_tuple)
  File "h5py\h5ac.pxd", line 12, in init h5py.h5p 
(D:\Build\h5py\h5py-2.5.x\h5py\h5p.c:11575)

ImportError: No module named h5ac

The file "h5ac.pyd" does exist in the folder /h5py.

PyInstaller was installed with pip.

Any idea?

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to