Visual Studio 2010 + Ironpython for .net4
I want to use numpy in ironpython, and they said I must use frames support. So, I should running ipy with -X:Frames or -X:FullFrames on the command line.
But, I have two questions: 1.how can i use -X:Frames or -X:FullFrames in Ironpython Interactive console?
2.If I use C# 4 to load py which contained numpy, how can I use extern parameter like -X:Frames or -X:FullFrames?
Thanks a lot.