[Ironpython-users] __future__.py

2012-03-13 Thread Slide
Jeff or Dino (or anyone else who might knows), Is there any specific reason we aren't using the __future__.py directly from the stdlib? I ran into an issue today with doctest when it was extracting future flags, nested_scopes was not defined in the __future__.py that is located at Languages/IronPy

Re: [Ironpython-users] (no subject)

2012-03-13 Thread Slide
If you remove IronPython from the app and do the same thing, do you still get the error? I've never seen that error before. On Mar 13, 2012 6:21 PM, "surangika ranathunga" wrote: > Hi All, > I am using Ironpython (2.7) to call a python script from my C# console > application. The code executes f

[Ironpython-users] (no subject)

2012-03-13 Thread surangika ranathunga
Hi All, I am using Ironpython (2.7)  to call a python script from my C# console application. The code executes fine. But when I try to terminate the console by clicking 'X' , I get the below error message: --- Intel(r) Visual Fortran run-time error -

[Ironpython-users] IronPython, Daily Digest 3/12/2012

2012-03-13 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [Status update] IronPython 1.1: test_urllibnet.py failing 2. [Status update] (CPy) test_import.py fails with StackOverflow exception 3. [Status update] PythonErrorSink moves to IPy 4. [New

[Ironpython-users] Considering IronPython for a new project

2012-03-13 Thread cold_fusion
Hello, We are considering IronPython for a new automation infrastructure project; it will not be used to write automated tests though. I wasn't aware that MS bailed on the Irons (back at 2010) until a few days ago, this will probably hurt my arguments, let alone other chatter on the web saying th

Re: [Ironpython-users] setuptools

2012-03-13 Thread Slide
It does not seem to work with distribute (it exits with a StackOverflowException). I'll dig into it a little more. slide On Wed, Mar 7, 2012 at 3:59 PM, Jeff Hardy wrote: > On Wed, Mar 7, 2012 at 2:54 PM, Slide wrote: > > Just as an FYI, I committed some fixes today that should allow > setupto