This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shimizukawa
Recipients Daniel.Ozminkowski, Victor.Lin, eric.araujo, giampaolo.rodola, ipatrol, jafo, lemburg, loewis, piotr.dobrogost, sayap, schmir, shimizukawa, skrah, srid, tarek, thorsten.behrens, zzzeek
Date 2013-02-24.11:44:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361706292.15.0.630133625423.issue7511@psf.upfronthosting.co.za>
In-reply-to
Content
FYI. I was able to build both 32bit/64bit.

Python 2.7.3 (32bit)
WinXP Professional SP3 (x86)
Visual Studio C++ Express 2008 SP1
Microsoft Windows SDK 2008

invoke Windows SDK's `CMD Shell` and do following:

C:\tmp> setenv /x64 /release
C:\tmp> set libpath=dummy
C:\tmp> python setup.py build --plat-name=win-amd64 build_ext --library_dirs=C:\Python27\libs-amd64

details is here: http://www.freia.jp/taka/blog/python-win32-binary-building-and-x64-cross-compiling-on-32bit-platform/index.html
History
Date User Action Args
2013-02-24 11:44:52shimizukawasetrecipients: + shimizukawa, lemburg, loewis, jafo, giampaolo.rodola, schmir, tarek, sayap, eric.araujo, zzzeek, srid, skrah, ipatrol, thorsten.behrens, piotr.dobrogost, Victor.Lin, Daniel.Ozminkowski
2013-02-24 11:44:52shimizukawasetmessageid: <1361706292.15.0.630133625423.issue7511@psf.upfronthosting.co.za>
2013-02-24 11:44:52shimizukawalinkissue7511 messages
2013-02-24 11:44:51shimizukawacreate