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. _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor