Hi! Is there a way to load modules without giving permission to the AppDomain to read .py files from disk?
I need to run user code with limited permissions. They should be able to do some simple calculations. But when I try to import a module like 'decimal', filesystem access permission is required. Thank you a lot for the attention! Best regards Mello
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users