[windows phone] passing parameters to functions

I actually encountered another issue (in addition to the 2+2.5 one that is being discovered in March, found that in archives) that seem to be a big issue for my porting work. It looks that passing ...

Id #32703 | Release: None | Updated: Sun at 9:31 PM by slide_o_mix | Created: Sun at 11:38 AM by oxcsnicho

Install w/Repair option requests disk install

I was rerunning the IronPython v2.7.2.1 setup from the .msi file, and choosing the Repair option. After a few initial steps and during the Copying files process, I am shown the following prompt: ...

Id #32694 | Release: None | Updated: May 10 at 6:36 PM by Robbins504 | Created: May 10 at 6:36 PM by Robbins504

Exception in IronPython on unhandled exception in hosted script

There seems to be an issue with handling exceptions that causes another exception to be thrown when IronPython is hosted. I noticed it when doing Android work but chalked it up to a mobile issue; ...

Id #32679 | Release: None | Updated: May 7 at 3:10 PM by jdhardy | Created: May 7 at 3:10 PM by jdhardy

Difference in IronPython from Python with byref from ctypes

I guess there is a difference when allocating a c_buffer. The address returned seems not to be valid. I would like to handle the reference to this buffer to a c-library. If I use Python, everythin...

Id #32657 | Release: None | Updated: May 3 at 2:23 PM by ameier | Created: May 3 at 2:23 PM by ameier

signal module does not work on non-Windows machines

The current implementation of 'signal' is Windows-specific. Getting it to work on Mono will take some trickery in the code, but it should be possible. Dino's take: "It looks like the current signa...

Id #32627 | Release: None | Updated: May 2 at 2:27 AM by AlexisTabary | Created: Apr 26 at 4:46 PM by jdhardy

Occasional build error for Silverlight targets

I'm not really sure why this issue doesn't show up more reliably. When building the latest IronPython.Modules for Silverlight targets, the compiler will intermittently return failure with the follo...

Id #32602 | Release: None | Updated: Apr 29 at 8:02 AM by jdhardy | Created: Apr 21 at 6:52 AM by KeithJRome

Can't make IronPython a prerequisite

As we are delivering a product with integrated IronPython scripting support, I thought it would be great to have the installer included in our installation as a prerequisite. Much like other, Micro...

Id #32598 | Release: None | Updated: Apr 20 at 7:12 AM by Snusmumriken71 | Created: Apr 20 at 7:12 AM by Snusmumriken71

IronPython engine fails to load under Silverlight (MethodAccessException)

Initializing the Silverlight 4 or 5 version of IronPython throws MethodAccessException while running in a browser context (might not for out-of-browser, but this is unconfirmed). Repro code: Iron...

Id #32596 | Release: None | Updated: Apr 20 at 7:48 PM by jdhardy | Created: Apr 19 at 10:30 PM by KeithJRome

Reading UTF-8 file with codecs in IronPython

I have a .csv file encoded in UTF-8, which contains both latin and cyrillic symbols (in attachments). I'm trying to execute following script in IronPython 2.7.1: import codecs f = codecs.open(r"f...

Id #32585 | Release: None | Updated: Apr 17 at 3:19 PM by jdhardy | Created: Apr 17 at 3:21 AM by play_me_too

Strange inconsistency between CPython and IronPython regarding zip file reading

http://stackoverflow.com/questions/10123422/strange-inconsistency-between-cpython-and-ironpython-regarding-zip-file-reading In short: PS Z:\dev\poc\SDR> ipy64 IronPython 2.7.1 (2.7.0.40) on .NET 4...

Id #32570 | Release: None | Updated: Apr 12 at 7:40 PM by jdhardy | Created: Apr 12 at 3:25 PM by Markell