[Cython] Distributing Windows binary using OpenMP / cython.parallel

mark florisson markflorisson88 at gmail.com
Mon Dec 12 22:37:33 CET 2011


On 12 December 2011 20:09, Wes McKinney <wesmckinn at gmail.com> wrote:
> I'm interested in using the Cython OpenMP extensions in pandas for
> various calculations, but I'm concerned about cross-platform issues,
> especially distributing built binaries of the extensions to Windows
> users. Is there a clean way to bundle the relevant OpenMP DLLs in
> distutils?
>
> thanks,
> Wes
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> http://mail.python.org/mailman/listinfo/cython-devel

As a non-Windows user I'm not quite sure, but I think users will need
to install the C runtime:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=15336
. Maybe you can ship vcomp.dll as well, no idea.

Maybe the distutils mailing list could be more helpful.


More information about the cython-devel mailing list