Click here to Skip to main content
15,885,546 members
Articles / Programming Languages / C#

Integrating IronPython into your Applications

Rate me:
Please Sign up or sign in to vote.
4.05/5 (8 votes)
16 Mar 2008CPOL6 min read 54.7K   1.2K   43  
This article describes why scripting is useful and explains how to integrate IronPython as a scripting language in your application

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PythonInteg", "PythonInteg\PythonInteg.csproj", "{DF8183D0-DF85-4FB7-8DF0-7DA25C3516BD}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DF8183D0-DF85-4FB7-8DF0-7DA25C3516BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DF8183D0-DF85-4FB7-8DF0-7DA25C3516BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DF8183D0-DF85-4FB7-8DF0-7DA25C3516BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DF8183D0-DF85-4FB7-8DF0-7DA25C3516BD}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Atmel R&D India Pvt. Ltd.
India India
I'm a 27 yrs old developer working with Atmel R&D India Pvt. Ltd., Chennai. I'm currently working in C# and C++, but I've done some Java programming as well. I was a Microsoft MVP in Visual C# from 2007 to 2009.

You can read My Blog here. I've also done some open source software - please visit my website to know more.

Comments and Discussions