Relative Content

Tag Archive for ironpython

What files does IronPython require in the C:Python27 folder?

We use IronPython 2.7 in a desktop app, which is used to programmatically run simple Python scripts which might import standard modules like ‘sys’, ‘time’, and so on. It retrieves these from the C:PythonLib folder, which is passed to ScriptEngine.SetSearchPaths().