Hi all,
I am working with the HDF Group on a new open-source viewer program
for HDF5 files, powered by NumPy, h5py, and wxPython. On Windows,
since people don't typically have Python installed, we are looking to
distribute the application using PyInstaller, which embeds
dependencies like NumPy.
Hello !
And thx for answering ! Meanwhile, I founded a solution for my problem : I
hacked some lines setting the compiler options in the f2py Python files,
which enables the generation of pdb files for debugging.
In msvc9compiler.py, line 432
self.ldflags_shared = ['/DLL', '/nologo', '/INCREMENTAL