[Ironpython-users] Using compiled(pyc) modules

Chris Knaack chris40knaack at gmail.com
Thu Jun 22 13:56:25 EDT 2017


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20170622/59d9fe8d/attachment.html>


More information about the Ironpython-users mailing list