Re: [Ironpython-users] IronPython on Windows Phone

2012-03-06 Thread Cesar Mello
Hi Jeff, > Looking at it briefly I can't see an obvious workaround (I'm not sure > what interactions MaybeNotImplementedAttribute will have); can you > open an issue and attach a minimal repro if possible? > > Sure! I'll open this issue at home later, because the Windows Phone use case is for a p

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-06 Thread Dino Viehland
Jeff wrote: > Looking at it briefly I can't see an obvious workaround (I'm not sure what > interactions MaybeNotImplementedAttribute will have); can you open an issue > and attach a minimal repro if possible? MaybeNotImplemented means that the method might return Python's NotImplemented. If the

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-06 Thread Jeff Hardy
On Tue, Mar 6, 2012 at 2:45 AM, Cesar Mello wrote: > Hi Jeff, > But I reached the same corner: expressions like 2 + 2 work, but 2 + 2.5 > doesn't. Do I have to setup runtime options specific to WP7.1? I've pasted > the stack trace below. I've heard somewhere there is a pure interpreted mode > but

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

2012-03-06 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] sys.args[0] dissapears in ipy-script compiled with pyc.py 2. [New comment] sys.args[0] dissapears in ipy-script compiled with pyc.py 3. [New comment] sys.args[0] dissapears i

[Ironpython-users] Issue with restricted AppDomain

2012-03-06 Thread Frank Schusdziarra
Hi all, I'm having trouble to run Python scripts from a C# app with IP 2.7.1 embedded in a restricted AppDomain. I have checked all the advice I could find on the net, but I must be missing something. This is the requirement: C# app creates a restricted app domain for the scripts to execute. T

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-06 Thread Cesar Mello
Hi Jeff, Oh my! Thanks! On Sunday I had compiled everything from scratch using new Windows Phone 7.1 project files. :-O But I reached the same corner: expressions like 2 + 2 work, but 2 + 2.5 doesn't. Do I have to setup runtime options specific to WP7.1? I've pasted the stack trace below. I've he