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?<br><br><br>Regards,<br>Tim Riley<br>