[IronPython] IronPython in Visual Studio 2008
Brian Curtin
brian.curtin at gmail.com
Wed Jan 20 00:11:31 CET 2010
On Tue, Jan 19, 2010 at 18:25, Joshua Kramer <josh at globalherald.net> wrote:
>
> Hello Vicent,
>
> 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.
>
> 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?
>
> --Josh
>
Check out the IronClad project for using C modules in IronPython --
http://code.google.com/p/ironclad/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100119/c1e97133/attachment.html>
More information about the Ironpython-users
mailing list