I have a Windows application that uses IronPython. The scripts are distributed with plugin/user projects that can be opened in the application.
Projects have data, configuration, and these scripts to separate the business logic of the project from the core application. It works really nice except when users share these packages, the compiled scripts(dlls) always get marked as blocked when passed your an email server. My question is, does the extension have to be dll such that clr.AddReference('scriptname') works? Thanks for any ideas.
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users