[Tutor] IronPython any tutors with experience out there?

Prasad, Ramit ramit.prasad at jpmorgan.com
Fri Jan 4 00:20:20 CET 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 Python implementation in C#, so I can use the Python syntax I'm so familiar with...
> 
> 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 and the tutorials after 12 hours of google-reading are terribly sparse. Is
> there any experience somewhere in the network with IronPython in VSTO-2012 in this forum and what could the top
> five clr.addreference bugs be?

If nobody responds satisfactorily on this list, you may have better
luck with the main Python list. Your question is not really in the
realm of "teaching python" which is this list's main focus. 


~Ramit


This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.  


More information about the Tutor mailing list