[Numpy-discussion] Copyright status of NumPy binaries on Windows/OS X

2014-10-06 Thread Andrew Collette
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.

Re: [Numpy-discussion] f2py and debug mode

2014-10-06 Thread ferdinand.bayard
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