Results 151 comments of Alex Earl

We're going to support mono AND .NET Core.

_From @devkhan on January 20, 2017 9:56_ Getting this: ``` $ mono ./ipy64.exe -X:Frames -X:FullFrames -m ensurepip File "/temp/ironpython3/Src/StdLib/Lib/_collections_abc.py", line 65 class Hashable(metaclass=ABCMeta): ^ SyntaxError: unexpected token '=' Could not...

Ipy3 is in a different repo and is not currently ready for usage.

Didn't mean to close

_From @cwt on February 7, 2017 17:7_ FYI: I also got this on Fedora 25, Mono JIT compiler version 4.4.2 ```shell $ mono ipyw64.exe -X:Frames -m ensurepip Traceback (most recent...

Yeah, the isatty function currently will only work on Windows. It calls GetStdHandle via P/Invoke, which doesn't exist on non-Windows platforms.

We merged in an empty _sysconfigmodule recently, I am not sure what else might be missing at this point

I think your example needs to use `ET.fromstring`

We also have the following now: ``` ``` We are still missing _sre.SRE_Patter (which we don't implement).

Yes, but trying 9.0.1 causes more issues...I would almost rather patch the version of pip we have to not print that message.