I have not tried this, but<br><br><a href="http://pytools.codeplex.com/">http://pytools.codeplex.com/</a><br><br>and<br><br><a href="http://www.eweek.com/c/a/Application-Development/Microsoft-Launches-Python-Tools-for-Visual-Studio-Beta-638994/">http://www.eweek.com/c/a/Application-Development/Microsoft-Launches-Python-Tools-for-Visual-Studio-Beta-638994/</a><br>
<br>might help.  It sounds like the plugin requires Visual Studio 2010 and I don't know if it works with the free-as-in-beer edition of Visual Studio.<br><br><br><div class="gmail_quote">On Mon, May 9, 2011 at 6:29 AM, Alexander Belchenko <span dir="ltr"><<a href="mailto:bialix@ukr.net">bialix@ukr.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">09.05.2011 13:49, INADA Naoki пишет:<br>
<div class="im">> I tried simple test on IPython.<br>
><br>
> a = range(10000)<br>
> %timeit _bencode_pyx.bencode(a)<br>
><br>
> Cython: 2.5ms<br>
> Pyrex: 3.04ms<br>
><br>
> Now Bazaar uses Pyrex when both of Pyrex and Cython is installed.<br>
> How about use Cython for default?<br>
<br>
</div>As I remember, Cython generates the code which cannot be compiled with<br>
MSVC, and windows installer seems to use MSVC to build extensions.<br>
Maybe they fixed that, but I'm not sure somebody cares.<br>
<br>
</blockquote></div><br>