Re: [Ironpython-users] FW: How to install Scipy and Numpy for .net offline?

2011-12-13 Thread Dino Viehland
Yep, you can specify -X:Frames for the interactive window via Tools->Options->Python Tools->Interactive Windows->Interpreter Options. For launching/debugging projects you can specify it in the project properties page under the Debug tab. -Original Message- From: ironpython-users-bounce

[Ironpython-users] IronPython 2011 Survey

2011-12-13 Thread Jeff Hardy
The IronPython team would like some feedback on how IronPython is being used and what areas need to improved. Take the survey at bit.ly/ipy-2011-survey! - Jeff ___ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/l

Re: [Ironpython-users] FW: How to install Scipy and Numpy for .net offline?

2011-12-13 Thread Jeff Hardy
2011/12/12 : > Hi Jason, > > I used your recommended way to install the numpy and scipy packages. It > works fine for numpy but failed on scipy. I put the python source file under > lib/site-packages and the dlls under the folder IronPython 2.7.1/DLLs.  The > error messgae reads as follows: > > Tr

[Ironpython-users] IronPython, Daily Digest 12/12/2011

2011-12-13 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] IP 2.7.1 xml.etree.Elementree#iterparse is not working 2. [New issue] Why is calling a Python lambda expression from C# not thread-safe? 3. [New issue] Why is calling a Python

Re: [Ironpython-users] FW: How to install Scipy and Numpy for .net offline?

2011-12-13 Thread Cheng-B.Li
Is there a way to make it work when I use the Python Tools For Visual Studio? -Original Message- From: Zachary Gramana [mailto:[email protected]] Sent: 2011年12月13日 10:22 To: Li, Cheng-B Cc: Subject: Re: [Ironpython-users] FW: How to install Scipy and Numpy for .net of