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

2016-07-26 Thread Steve Dower
Anyone who wants to encourage the six developers to fix https://bitbucket.org/gutworth/six/issues/135/have-a-fallback-for-sys_getframe-usage-in and/or https://bitbucket.org/gutworth/six/issues/126/deprecate-exec_ would also help, since this (unused) code is what demands -X:Frames. Since it'll

Re: [Ironpython-users] no module named urllib

2016-07-26 Thread László Frank
That's what I expected. I knew the standard lib is different, but would have really wondered if a package installer was aware if runs under Ipy or Python and made intelligent source code modification based on that.I am not saying it was not possible, only would have been surprising, On Tue, Jul 26

Re: [Ironpython-users] no module named urllib

2016-07-26 Thread Jeff Hardy
On Sat, Jul 23, 2016 at 12:37 AM, László Frank wrote: > >> IronPython 2.7 requires a modified version of the standard library... > > But does a package installer make source code modification depending > whether Python or Ipy is used for installation ? > I mean if I compared the py files in Pytho