ironpython2 icon indicating copy to clipboard operation
ironpython2 copied to clipboard

Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).

Results 111 ironpython2 issues
Sort by recently updated
recently updated
newest added

The current implementation of the bz2 modules does not support seeking; it just raises NotImplementedError. _Copied from original issue: https://github.com/IronLanguages/main/issues/1015_

Apologies if this is something stupid, I don't have much experience with `ctypes`. I'm trying to figure out why pytest doesn't work with a new install of IronPython 2.7.7 and...

_From @slozier on October 30, 2016 23:58_ This works with CPython. IronPython fails with `ValueError: I/O operation on closed file`. ``` Python import os with open("temp.txt", "wb+") as f: f.write("test")...

Starting a `Process` fails with `Attribute Error: WNOHANG not found`. ### Example: Example souce code used (refer [docs](https://ironpython-test.readthedocs.io/en/latest/library/multiprocessing.html#the-process-class)): ```python from multiprocessing import Process import os def f(name): print 'hello', name...

_From @felixonmars on December 12, 2015 10:40_ When running with Mono under Linux, the `distutils.sysconfig.get_python_lib()` method returns wrong path that doesn't exist. My IronPython installation is under /usr/lib/ipy folder, and...

mono

_From @slide on March 14, 2017 15:51_ _Copied from original issue: IronLanguages/main#1599_

mono
Test Failure

_From @slide on April 5, 2017 11:51_ test_unicode_error is causing the following, needs debug to see if there is something we need to do in IronPython to work around it,...

mono
Test Failure

_From @slide on March 14, 2017 22:37_ _Copied from original issue: IronLanguages/main#1606_

mono
Test Failure

_From @matthewblott on November 22, 2015 16:32_ Hi, I've installed IronPython for mono on OSX and it seems to work without any issues. I can open a terminal using ipy...

mono

### Description I am trying to use IronPython 2.7.9 on Ubuntu 16.04 with .NET Core 2.1 and am having trouble running the ensurepip command. ``` ubuntu@silver:/data/lsLocal/IronPython.2.7.9/netcoreapp2.1$ bash ipy.sh -X:Frames -m...