Re: [Ironpython-users] IronPython on Windows Phone

2012-03-08 Thread Jeff Hardy
On Thu, Mar 8, 2012 at 2:15 PM, Tomas Matousek wrote: > I would build IronPython WP7 binaries first and then add references to the > resulting dlls, not to projects. Have a separate solution for you WinPhone > app. And one should be able to build those binaries from the command line as well, even

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-08 Thread Tomas Matousek
@python.org] On Behalf Of Cesar Mello Sent: Thursday, March 08, 2012 3:39 AM To: Markus Schaber Cc: [email protected] Subject: Re: [Ironpython-users] IronPython on Windows Phone Hi Markus, Thank you for the advice! I'll try the latest version of MonoDevelop in a while. My only su

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-08 Thread Cesar Mello
ar Mello > *Gesendet:* Mittwoch, 7. März 2012 19:45 > *An:* Jeff Hardy > *Cc:* [email protected] > *Betreff:* Re: [Ironpython-users] IronPython on Windows Phone > > ** ** > > Thanks! I think I missed that one because I use the Express editions of > Visual Studio

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-07 Thread Markus Schaber
ße, Markus Von: [email protected] [mailto:[email protected]] Im Auftrag von Cesar Mello Gesendet: Mittwoch, 7. März 2012 19:45 An: Jeff Hardy Cc: [email protected] Betreff: Re: [Ironpython-users] Iro

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-07 Thread Cesar Mello
Opened issue 32374 for this. Best regards Mello On Tue, Mar 6, 2012 at 2:25 PM, Jeff Hardy wrote: > 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 > > do

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-07 Thread Cesar Mello
Thanks! I think I missed that one because I use the Express editions of Visual Studio at home. But now I see all the platforms are OK. Best regards Mello On Wed, Mar 7, 2012 at 2:31 PM, Jeff Hardy wrote: > Please use the RC1 files if you can. > > The normal WP build uses the same project files

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-07 Thread Jeff Hardy
Please use the RC1 files if you can. The normal WP build uses the same project files as everything else - just set the configuration to WP7Debug (or maybe Silverlight3Debug, I can't remember if I actually renamed it). You can also build everything by opening a Visual Studio command prompt, naviga

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-07 Thread Cesar Mello
Hi, For the repro sample, do you prefer to have references to the RC1 binaries, or should I add the IronPython projects to compile from source and aid debugging? A second question: what solution and projects are being used for the Windows Phone build? Thanks Mello On Tue, Mar 6, 2012 at 4:43 P

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

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

Re: [Ironpython-users] IronPython on Windows Phone

2012-03-05 Thread Jeff Hardy
On Sun, Mar 4, 2012 at 5:21 AM, Cesar Mello wrote: > Hi! > > I created a Silverlight/WP project using Microsoft Visual Studio 2010 > Express for Windows Phone. Added references to all the DLLs in > IronPython-2.7.2rc1\Platforms\Sl4-WP71 . When I run the application I get > the following error: > >