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 lwteng
Recipients Daniel.Ozminkowski, Frankie.Jhou, Victor.Lin, bgale, eric.araujo, giampaolo.rodola, ipatrol, jafo, lemburg, loewis, lwteng, piotr.dobrogost, sayap, schmir, shimizukawa, skrah, srid, steve.dower, tarek, thorsten.behrens, zzzeek
Date 2013-09-04.17:47:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378316828.12.0.720979263897.issue7511@psf.upfronthosting.co.za>
In-reply-to
Content
About the "'KEY_BASE' is not defined" error in Steve Dower's diff, I was able to fix it by adding the following line before the KEY_BASE variable is referenced:

KEY_BASE = r"Software\Microsoft\\"

With this, I was finally able to use the patched msvccompiler9.py to build PyCrypto using VS Express 2010 with Windows SDK 7.1 and Python 3.3.2 (64-bit) installed.

If someone can confirm that this is the only thing missing in the 2 versions of the msvccompiler9.diff files, it would be great.

Hope it helps!
History
Date User Action Args
2013-09-04 17:47:08lwtengsetrecipients: + lwteng, lemburg, loewis, jafo, giampaolo.rodola, schmir, tarek, sayap, eric.araujo, zzzeek, srid, skrah, ipatrol, shimizukawa, thorsten.behrens, piotr.dobrogost, Victor.Lin, steve.dower, Daniel.Ozminkowski, Frankie.Jhou, bgale
2013-09-04 17:47:08lwtengsetmessageid: <1378316828.12.0.720979263897.issue7511@psf.upfronthosting.co.za>
2013-09-04 17:47:08lwtenglinkissue7511 messages
2013-09-04 17:47:07lwtengcreate