[Tutor] IronPython any tutors with experience out there?

2013-01-03 Thread Bjorn Madsen
Hello PythonTutor - I'm a scientist and very happy with python 2.7. I have been asked to assist a development program where everything is written in dotNET/ C# (visual studio 2012) and luckily Microsoft Visual Studio supports IronPython which is a clean Python implementation in C#, so I can use the

Re: [Tutor] IronPython any tutors with experience out there?

2013-01-03 Thread Prasad, Ramit
Bjorn Madsen wrote: > > Hello PythonTutor > - I'm a scientist and very happy with python 2.7. I have been asked to assist > a development program where > everything is written in dotNET/ C# (visual studio 2012) and luckily > Microsoft Visual Studio supports IronPython > which is a clean Python i

Re: [Tutor] IronPython any tutors with experience out there?

2013-01-03 Thread Alan Gauld
On 03/01/13 18:37, Bjorn Madsen wrote: However ... to interact with the c# modules which my colleagues wrote, I need to add "clr" references. Example: import clr clr.AddReferenceToFile("Mapack.dll") from Mapack import * dir() Unfortunately I can't get it to run So does anything work? Is th

Re: [Tutor] IronPython any tutors with experience out there?

2013-01-06 Thread Wayne Werner
On Thu, 3 Jan 2013, Bjorn Madsen wrote: Hello PythonTutor- I'm a scientist and very happy with python 2.7. I have been asked to assist a development program where everything is written in dotNET/ C# (visual studio 2012) and luckily Microsoft Visual Studio supports IronPython which is a clean P