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 mike.mazurek
Recipients Daniel.Ozminkowski, Frankie.Jhou, Victor.Lin, anuj0990, bgale, eric.araujo, giampaolo.rodola, ipatrol, jafo, jfoo, lemburg, loewis, lwteng, mdengler, mike.mazurek, piotr.dobrogost, sayap, schmir, shimizukawa, skrah, srid, steve.dower, tarek, thorsten.behrens, zzzeek
Date 2014-04-22.19:30:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398195036.4.0.157891832174.issue7511@psf.upfronthosting.co.za>
In-reply-to
Content
In building pycrypto for python 3.4 I applied patch msvccompiler9_33.diff. After applying the patch there is an unassigned variable: KEY_BASE on line 67 of the patched file. 
After setting
KEY_BASE = "Software\\Wow6432Node\\Microsoft\\"
before its first use I was able to successfully build pycrypto.
History
Date User Action Args
2014-04-22 19:30:36mike.mazureksetrecipients: + mike.mazurek, lemburg, loewis, jafo, giampaolo.rodola, schmir, tarek, sayap, eric.araujo, zzzeek, srid, skrah, ipatrol, shimizukawa, thorsten.behrens, piotr.dobrogost, Victor.Lin, mdengler, steve.dower, Daniel.Ozminkowski, Frankie.Jhou, bgale, lwteng, jfoo, anuj0990
2014-04-22 19:30:36mike.mazureksetmessageid: <1398195036.4.0.157891832174.issue7511@psf.upfronthosting.co.za>
2014-04-22 19:30:36mike.mazureklinkissue7511 messages
2014-04-22 19:30:36mike.mazurekcreate