micro version checking

23 views
Skip to first unread message

Yap Sok Ann

unread,
May 24, 2011, 10:53:45 PM5/24/11
to PyISAPIe
While trying to build a x64 binary with Python 2.7.1, I have to
comment out the following lines for the build to work:

#if (PYI_PY_VERSION - PYI_PY_VERSION_MAJOR) != PY_MICRO_VERSION
#error PYI_PY_VERSION does not match PY_VERSION
#endif

Is there any consequences? So far the binary seems to work fine.

Phillip

unread,
May 24, 2011, 11:33:22 PM5/24/11
to PyISAPIe
That should be fine- it's just complaining that the explicit minor
version choice for PyISAPIe is different, since there's no PY_27_1
defined in the main header (yet).

Phillip

Joe Goldthwaite

unread,
Jun 10, 2011, 4:24:04 AM6/10/11
to PyISAPIe
I'm in the early stages of porting a Zope application to run under
IIS. I'd also prefer to use Python 2.7 but there isn't a binary build
available for it. Could you post the steps you took to do the build
or point me to any instructions on how to do it?

On May 24, 7:53 pm, Yap Sok Ann <sok...@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages