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

2015-11-27 Thread Robert Bradshaw
On Fri, Nov 27, 2015 at 9:13 AM, Kevin Norris wrote: > On Tue, Nov 24, 2015 at 12:50 PM, Hartmut Goebel > wrote: >> Hi, >> >> I'm a core-developer for PyInstaller. We would like to enhance cython >> support in PyInstaller and resolve dependencies of cython-compiled >> modules automatically. This

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

2015-11-27 Thread Kevin Norris
On Tue, Nov 24, 2015 at 12:50 PM, Hartmut Goebel wrote: > Hi, > > I'm a core-developer for PyInstaller. We would like to enhance cython > support in PyInstaller and resolve dependencies of cython-compiled > modules automatically. This would ease freezing cython modules with > PyInstaller a lot and