[IronPython] Embedding Question

Tim Riley riltim at gmail.com
Thu Aug 10 20:01:48 CEST 2006


If I have an embedded project can I automatically make .NET assemblies
referenced in the project available to my python scripts? For example I have
two assemblies(not in the GAC) that I have referenced in my project. I would
like them always available to all python files run from this program without
having to do the import clr, clr.AddReferenceToFileAndPath('blah') stuff in
the beginning of each file. Is this possible?


Regards,
Tim Riley
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060810/5d532149/attachment.html>


More information about the Ironpython-users mailing list