<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hey Jason, thanks for all the work on this. I use the enthought
python distribution, and it appears that the ironpkg package has
some conflict with installer present in python - here is what
happens if you run ironpkg after installing it:<br>
<br>
C:\TEMP>ipy ironpkg-1.0.0.py --install<br>
Bootstrapping:
c:\users\fedev\appdata\local\temp\tmpzaqqhk\ironpkg-1.0.0-1.egg<br>
118 KB
[.................................................................]<br>
<br>
C:\TEMP>ironpkg scipy<br>
Traceback (most recent call last):<br>
File "C:\Program Files (x86)\IronPython 2.7\ironpkg-script.py",
line 8, in <mo<br>
dule><br>
File "C:\Python27\Lib\site-packages\enstaller\main.py", line 19,
in <module><br>
File "C:\Python27\Lib\site-packages\enstaller\config.py", line 11,
in <module><br>
<br>
File "C:\Python27\Lib\site-packages\enstaller\utils.py", line 1,
in <module><br>
ImportError: No module named bz2<br>
<br>
My guess is that since python site-lib and ironpython site-lib are
on the path, the installer tries to look through the python lib
first?<br>
<br>
Either way, should be easy to fix, I'll just grab the version from
git and play around with it.<br>
<br>
Federico<br>
<br>
On 14/03/2011 18:25, Jason McCampbell wrote:
<blockquote cite="mid:20110314172704.3343360B@apollo.cosbi.eu"
type="cite">Hi Chad,
<div><br>
</div>
<div>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.</div>
<div><br>
</div>
<div>You can find the install instructions here for the pre-built
binaries: <a moz-do-not-send="true"
href="http://www.enthought.com/repo/.iron/">http://www.enthought.com/repo/.iron/</a></div>
<div><br>
</div>
<div>Alternately you can grab the source code from the following
repositories:</div>
<div> <a moz-do-not-send="true"
href="https://github.com/numpy/numpy-refactor">https://github.com/numpy/numpy-refactor</a></div>
<div> <a moz-do-not-send="true"
href="https://github.com/jasonmccampbell/scipy-refactor">https://github.com/jasonmccampbell/scipy-refactor</a></div>
<div><br>
</div>
<div>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:</div>
<div> ipy.exe -X:Frames -c "import scipy"</div>
<div><br>
</div>
<div>Regards,</div>
<div>Jason</div>
<div><br>
<br>
<div class="gmail_quote">On Tue, Mar 1, 2011 at 4:32 PM, Chad
Brockman <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:chadbr@slb.com">chadbr@slb.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal">Anyone know if the effort to port
numpy to IronPython is still alive? Enthought / MS
announced it last year?
<a moz-do-not-send="true"
href="http://www.enthought.com/media/SciPyNumPyDotNet.pdf"
target="_blank">http://www.enthought.com/media/SciPyNumPyDotNet.pdf</a></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Anyone know if IronClad is still
being developed?</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks, Chad</p>
</div>
</div>
<br>
_______________________________________________<br>
Users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
<a moz-do-not-send="true"
href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com"
target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<font size="1"><b>Jason McCampbell</b></font>
<div><font size="1">Enthought, Inc.</font></div>
<div><font size="1">512.850.6069</font></div>
<div><font size="1"><a moz-do-not-send="true"
href="mailto:jmccampbell@enthought.com" target="_blank">jmccampbell@enthought.com</a></font></div>
<br>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a>
<a class="moz-txt-link-freetext" href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a>
</pre>
</blockquote>
<br>
</body>
</html>