[IronPython] IronPython Tools for existing project

2010-07-05 Thread Michael Foord
Hello all, I'm working with a team on an IronPython Silverlight application. Some of the team develop with Windows and would like to use IronPython Tools for Visual Studio, especially for its debugging capabilities. This means I need to create a Visual Studio Solution and project(s) from the

[IronPython] IronPython 2.6 CodePlex Source Update

2010-07-05 Thread merllab
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/72111. MODIFIED SOURCES

Re: [IronPython] IronPython Tools for existing project

2010-07-05 Thread Michael Foord
Hello all, A further problem I forgot to mention is that when I add / create items through the ui it puts absolute paths in the project file rather than relative ones. This makes it problematic to keep the project files under version control where different users will have different paths.

Re: [IronPython] IronPython Tools for existing project

2010-07-05 Thread Dino Viehland
We should definitely be adding relative paths so this is just a bug and I'll take a look at fixing it. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, July 05, 2010 8:12 AM To:

Re: [IronPython] IronPython Tools for existing project

2010-07-05 Thread Michael Foord
On 05/07/2010 21:20, Dino Viehland wrote: We should definitely be adding relative paths so this is just a bug and I'll take a look at fixing it. Cool - any ideas on the Chiron issue? (Why it isn't building our xap file and if it is possible for me to tell it about the external

Re: [IronPython] IronPython Tools for existing project

2010-07-05 Thread Dino Viehland
Michael wrote: On 05/07/2010 21:20, Dino Viehland wrote: We should definitely be adding relative paths so this is just a bug and I'll take a look at fixing it. Cool - any ideas on the Chiron issue? (Why it isn't building our xap file and if it is possible for me to tell it about the

Re: [IronPython] IronPython Tools for existing project

2010-07-05 Thread Michael Foord
On 05/07/2010 21:27, Jimmy Schementi wrote: On Mon, Jul 5, 2010 at 1:22 PM, Michael Foord fuzzy...@voidspace.org.uk mailto:fuzzy...@voidspace.org.uk wrote: On 05/07/2010 21:20, Dino Viehland wrote: We should definitely be adding relative paths so this is just a bug and

[IronPython] Attaching Silverlight/Gestalt events using IronPython 2.6.1

2010-07-05 Thread Jeff Hardy
I'm working on a test Silverlight app using Gestalt and IronPython 2.6.1. I've got a local copy of gestalt-20100305 with the assemblies in the IronPython.slvx Microsoft.Scripting.slvx file replaced with the ones from IronPython 2.6.1. When trying to attach an event using

Re: [IronPython] Developing Silverlight apps using IronPython -- best strategies

2010-07-05 Thread Michael Foord
On 02/07/2010 19:34, Jimmy Schementi wrote: [snip...] 1) What is the cutting-edge way to deploy an SL4/IP2.6 application? I've basically seen two: - The all-in-xap-way, with the python application and assemblies as well as the XAML in the xap file, as it is described in the article series