Hi Jason, thanks for getting back to me! As I pointed out in the resonse to my own post, I finally managed to install it. So from the command prompt, everything works out perfectly.
However: How can I import numpy/scipy from within Visual Studio 2010 (e.g. IronPython Interactive)? I don't know how to run the "-X:Frames" argument there. thanks, Felix Jason McCampbell wrote: > > Hi Felix, > > Sorry, was traveling this week and got behind. We don't have > documentation > on it yet, though it's similar to 'enpkg' for Python. You are welcome to > email me with specific questions. > > In general, the file is a self-installing Python file that creates the > small > ironpkg module. This just manages the 'egg' files (essentially ZIP files) > stored on our repository (others could be added) and will take care of > download the eggs and extracting them. > > Regards, > Jason > > On Mon, Mar 21, 2011 at 2:40 AM, Felice80 <[email protected]> wrote: > >> >> Jason, >> >> is there somewhere a more detailed user guide on how to perform step 3 of >> the installation (ironpkg)? I'm kind of lost. >> >> thank very much!! >> Felix >> >> >> >> Jason McCampbell wrote: >> > >> > Hi Chad, >> > >> > Sorry for the delayed response, we were busy getting the beta release >> of >> > NumPy and SciPy together. Microsoft announced the availability of >> NumPy >> > and >> > SciPy for IronPython / .NET at PyCon the end of last week. >> > >> > You can find the install instructions here for the pre-built binaries: >> > http://www.enthought.com/repo/.iron/ >> > >> > <http://www.enthought.com/repo/.iron/>Alternately you can grab the >> source >> > code from the following repositories: >> > https://github.com/numpy/numpy-refactor >> > https://github.com/jasonmccampbell/scipy-refactor >> > >> > One note we don't have documented right now is that SciPy requires the >> > Python stack frames access, which IronPython doesn't enable by default. >> > To >> > run SciPy you need to use the "-X:Frames" argument: >> > ipy.exe -X:Frames -c "import scipy" >> > >> > <https://github.com/jasonmccampbell/scipy-refactor>Regards, >> > Jason >> > >> > >> > On Tue, Mar 1, 2011 at 4:32 PM, Chad Brockman <[email protected]> wrote: >> > >> >> Anyone know if the effort to port numpy to IronPython is still alive? >> >> Enthought / MS announced it last year? >> >> http://www.enthought.com/media/SciPyNumPyDotNet.pdf >> >> >> >> >> >> >> >> Anyone know if IronClad is still being developed? >> >> >> >> >> >> >> >> Thanks, Chad >> >> >> >> _______________________________________________ >> >> Users mailing list >> >> [email protected] >> >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> >> >> >> > >> > >> > -- >> > *Jason McCampbell* >> > Enthought, Inc. >> > 512.850.6069 >> > [email protected] >> > >> > _______________________________________________ >> > Users mailing list >> > [email protected] >> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> > >> > >> >> -- >> View this message in context: >> http://old.nabble.com/numpy---IronClad--tp31044998p31196654.html >> Sent from the IronPython mailing list archive at Nabble.com. >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> > > > > -- > *Jason McCampbell* > Enthought, Inc. > 512.850.6069 > [email protected] > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -- View this message in context: http://old.nabble.com/numpy---IronClad--tp31044998p31262168.html Sent from the IronPython mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
