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 thus help users including cythonized-modules into
their shipped app
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