<div class="gmail_quote">On Tue, Jan 19, 2010 at 18:25, Joshua Kramer <span dir="ltr"><<a href="mailto:josh@globalherald.net">josh@globalherald.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hello Vicent,<br>
<br>
Regarding IronPython in Visual Studio 2008: don't try this. Visual Studio 2008 is hopelessly broken when it comes to Python, and it will mangle your Python code. At least that's the way it was when I tried it several months ago. I've been using Eclipse with PyDev with success.<br>
<br>
Some of the other more experienced folks can answer your questions about building packages and mixing C++ and Python code. According to the latest faq, you can't use modules such as NumPy or SciPy just yet, because they are C based and currently there is no way to link that code with the .NET based IronPython. Dino, am I correct?<br>
<br>
--Josh<br></blockquote><div><br>Check out the IronClad project for using C modules in IronPython -- <a href="http://code.google.com/p/ironclad/">http://code.google.com/p/ironclad/</a> <br></div></div>