Hey Zooko,<br><br><br>My 1.9.2 build fails on WIndows 7 x64 with Python 2.6 in Processing simplejson-2.6.0.tar.gz<br>...it ends on <br> File "C:\Python26\lib\distutils\msvc9compiler.py", line 284, in query_vcvarsal<br>

<br><br><br>Is it avaiable for x64?<br><br><br>Thanks<br>Iantcho<br><br><div class="gmail_quote">On Wed, Jul 11, 2012 at 8:48 PM, Zooko Wilcox-O'Hearn <span dir="ltr"><<a href="mailto:zooko@zooko.com" target="_blank">zooko@zooko.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Paul Grunwald:<br>
<br>
Thank you for your persistence on this. :-)<br>
<br>
Here's some context about how our build system works, or in this case<br>
how it fails to work:<br>
<br>
<a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/CompileError" target="_blank">https://tahoe-lafs.org/trac/tahoe-lafs/wiki/CompileError</a><br>
<br>
The dependency which failed to build for you is pycryptopp, which<br>
happens to be one that we (especially I) am responsible for<br>
maintaining.<br>
<br>
Now, I'm looking at the pycryptopp buildbots and I see that there are<br>
some Windows buildbots that successfully built: Dcoder's Win7-64-py26,<br>
FreeStorm's mingw32-py26, and marcusw's cygwin:<br>
<br>
<a href="https://tahoe-lafs.org/buildbot-pycryptopp/waterfall" target="_blank">https://tahoe-lafs.org/buildbot-pycryptopp/waterfall</a><br>
<br>
One thing that these all have in common with each other and not with<br>
your system is that they are using Python 2.6 and you're using Python<br>
2.7.<br>
<br>
Hm, according to this mailing list post --<br>
<a href="http://mail.python.org/pipermail/python-list/2010-April/573606.html" target="_blank">http://mail.python.org/pipermail/python-list/2010-April/573606.html</a> --<br>
and this blog --<br>
<a href="http://blog.victorjabur.com/2011/06/05/compiling-python-2-7-modules-on-windows-32-and-64-using-msvc-2008-express/" target="_blank">http://blog.victorjabur.com/2011/06/05/compiling-python-2-7-modules-on-windows-32-and-64-using-msvc-2008-express/</a><br>


-- one cannot build extension modules for Python 2.7 on Windows unless<br>
one has a Microsoft compiler -- VS 2008 -- that is no longer<br>
available. :-( What a stupid... ...<br>
<br>
*sigh*<br>
<br>
Want to try to figure out how to build extension modules with mingw32,<br>
mingw-w64, or tdm-gcc? :-) I recently posted a letter to G+ claiming<br>
that this was possible, although I haven't done it recently:<br>
<br>
<a href="https://plus.google.com/108313527900507320366/posts/Mvk7rWGXm8o" target="_blank">https://plus.google.com/108313527900507320366/posts/Mvk7rWGXm8o</a><br>
<br>
Regards,<br>
<br>
Zooko<br>
_______________________________________________<br>
tahoe-dev mailing list<br>
<a href="mailto:tahoe-dev@tahoe-lafs.org">tahoe-dev@tahoe-lafs.org</a><br>
<a href="https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev" target="_blank">https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev</a><br>
</blockquote></div><br>