On Mon, Sep 14, 2015 at 10:52 AM, Robin Becker <ro...@reportlab.com> wrote:
> I understand there have been changes to the way that extensions are supposed
> to be built for windows. Is there any user documentation regarding these
> changes? Last time I looked the appropriate Visual Studio hadn't been
> release so I guess I will need to use my MSDN skills (or incantations) to
> first get that installed.

Visual Studio 2015 has been released for about 7 weeks now.  Community
Edition (the free one) should be plenty to compile Python extensions
in either 32 or 64 bit.  In general, if you build your extensions
using distutils, it should still 'just work', but some truly exotic
situations may be different (or broken, in which case please file
bugs!).  Unfortunately I don't have any kind of documentation quick to
hand for this.

-- 
Zach
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to