[IronPython] Embedding Question
Tim Riley
riltim at gmail.com
Thu Aug 10 11:01:48 PDT 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: /pipermail/users-ironpython.com/attachments/20060810/5d532149/attachment.html
More information about the users
mailing list