[IronPython] strange runtime error hosting Iron Python in C# app

Matthew Swank matt at wecollectmore.com
Tue Apr 3 18:19:01 CEST 2007


That did the trick!

 

Thanks a lot,

 

Matt

 

  _____  

From: users-bounces at lists.ironpython.com
[mailto:users-bounces at lists.ironpython.com] On Behalf Of Dino Viehland
Sent: Tuesday, April 03, 2007 10:36 AM
To: Discussion of IronPython
Subject: Re: [IronPython] strange runtime error hosting Iron Python in C#
app

.

Probably what's best would be for you to get the assembly object from one of
your types (typeof(IFoo).GetAssembly()) and then add that reference directly
to the clr module instead of asking us to do the load.  You should be able
to do that via PythonEngine.LoadAssembly.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20070403/54e86375/attachment.html>


More information about the Ironpython-users mailing list