[Cython] Store list of imported modules in .so file

2015-11-25 Thread Hartmut Goebel
, you can comment directly on our related ticket: https://github.com/pyinstaller/pyinstaller/issues/1674 -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impos

Re: [Cython] Store list of imported modules in .so file

2015-11-28 Thread Hartmut Goebel
ough for 90% of the cases. (We do a bit more, e.g. finding libraries used via ctypes.) Setuptools is not an option, since this are meant to list al* requirements of some package, while PyInstaller only includes the *used* modules - which might be quite a difference :-) -- Regards Hartmut Goebel