Re: [Ironpython-users] Using compiled(pyc) modules

2017-06-22 Thread Slide
Just as an FYI, please switch over to using us...@ironpython.groups.io. To answer your question, AddReference uses LoadAssemblyByName and LoadAssemblyWithPartialName, so the same rules apply as what the normal .NET framework requires. If you want to use some other extension, you would need to use c

[Ironpython-users] Using compiled(pyc) modules

2017-06-22 Thread Chris Knaack
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 excep