↧
IronPython: Installing Modules
The module you want to install should have a setup.py file. Open a Command Prompt in that directory and type: ipy setup.py install Note that you might have to open the Command Prompt with elevated...
View ArticleHow to add a .Net assembly as reference in IronPython
Problem By installing IronPython and Python Tools for Visual Studio, I can work with .Net using Python. The typical method of adding a .Net assembly file as a Reference is to use choose Add Reference...
View ArticleHow to get started with OpenTK using IronPython
OpenTK is a .Net library that provides a wrapper to OpenGL, OpenCL and OpenAL. Here are the first steps to get started using it with IronPython: Download and install OpenTK. The .Net assembly files of...
View Article