Re: [Ironpython-users] Install numpy / VS 2010

2016-07-13 Thread David Nugent
> From: Slide > It would be nice if we could generate a pip.bat or something when pip > is installed that would handle the arguments. Get used to it. pip is not the only citizen affected by this; but basically any python script run byipy that accesses stack frames. My understanding is that thi

Re: [Ironpython-users] Install numpy / VS 2010

2016-07-13 Thread Slide
It would be nice if we could generate a pip.bat or something when pip is installed that would handle the arguments. On Wed, Jul 13, 2016, 11:41 Vernon D. Cole wrote: > The script in the blog does work -- if run from the IronPython directory > on a CMD screen which is run as an administrator. (T

Re: [Ironpython-users] Install numpy / VS 2010

2016-07-13 Thread Vernon D. Cole
The script in the blog does work -- if run from the IronPython directory on a CMD screen which is run as an administrator. (This is using a virgin Windows 10). > "C:\Program Files\IronPython 2.7>ipy -X:Frames -m ensurepip" DO NOT follow that up with an "install --upgrade pip"! The later version o

Re: [Ironpython-users] numpy implementation [was Re: Community Meeting]

2016-07-13 Thread Shahrokh Mortazavi
The scipy/numpy to .Net was funded by microsoft. They got reasonably close, but ran out of time, funding, etc., the etc. being some of the main people went to continuum.io. From: Ironpython-users [mailto:ironpython-users-bounces+smortaz=microsoft@python.org] On Behalf Of Slide Sent: Wedne

Re: [Ironpython-users] Install numpy / VS 2010

2016-07-13 Thread Slide
FYI, the blog has been moved to ironpython.net from blogger. The link to the article in question is here: http://ironpython.net/blog/2014/12/07/pip-in-ironpython-275.html I am working on a redirect on blogger to the new location. This is to allow blog posting from community members as PR on github

Re: [Ironpython-users] numpy implementation [was Re: Community Meeting]

2016-07-13 Thread Tim Orling
Just FYI: https://bitbucket.org/pypy/numpy On Wed, Jul 13, 2016 at 9:08 AM, Slide wrote: > Moving this discussion on numpy into its own thread so searching for it > will be easier for folks in the future. > thank you. > > On Wed, Jul 13, 2016 at 8:59 AM Uncle Meat <3000@gmail.com> wrote:

Re: [Ironpython-users] Install numpy / VS 2010

2016-07-13 Thread Vernon D. Cole
Lawrence: Your question has two answers. 1) IronPython will run pip. You need to use a longer command line to prevent PIP from crashing when it calls _getframe. (I thought that PIP had been patched to prevent that, but I can't find the reference anymore.) Please refer to the instructions at http

Re: [Ironpython-users] Install numpy / VS 2010

2016-07-13 Thread Vernon D. Cole
Quite right. Numpy is not compatible with IronPython at the present time. In fact, there has been a great deal of discussion here on the IronPython Users list about the methods which might be used to get the two to play nicely together. The project is not trivial. Helpers would be welcome. On W

[Ironpython-users] numpy implementation [was Re: Community Meeting]

2016-07-13 Thread Slide
Moving this discussion on numpy into its own thread so searching for it will be easier for folks in the future. On Wed, Jul 13, 2016 at 8:59 AM Uncle Meat <3000@gmail.com> wrote: > OK, I was able to track down some source code for the NumpyDotNet project. > It looks like some people did a lot

Re: [Ironpython-users] Community Meeting

2016-07-13 Thread Uncle Meat
OK, I was able to track down some source code for the NumpyDotNet project. It looks like some people did a lot of work on this: https://github.com/numpy/numpy-refactor I'm not sure what state it's in or even if it builds. I'm not sure who did the .NET portion (I think it was Enthought) but it looks

[Ironpython-users] Install numpy / VS 2010

2016-07-13 Thread Lawrence Barwick
Hi, I am unable to install ANY packages in VS 2010 with IronPython. This is what I get when right-clicking on Environment and trying to install numpy via pip Installing 'numpy' Unhandled exception: Traceback (most recent call last): File "C:\Program Files (x86)\IronPython 2.7\Lib\runpy.py", l

Re: [Ironpython-users] Community Meeting

2016-07-13 Thread Uncle Meat
You can still get the install binaries and Python code here: https://store.enthought.com/repo/.iron/ but you have to create a login at the Enthought site. Looks like the key to this is the NumpyDotNet dlls that I cant locate. Maybe we can ask Enthought if they'd like to open source it (or maybe thi