On 12 December 2011 20:09, Wes McKinney <wesmck...@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@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.
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to