0

Newly I started working with IronPython in .NET but as I saw some few examples they're making engine with Python.CreateEngine() But the Python object isn't loaded for me however I imported these references.

using IronPython.Hosting;
using IronPython.Runtime;
using Microsoft.Scripting;
using Microsoft.Scripting.Hosting;

I searched around this topic but I couldn't find anything.

Peace Out!

2 Answers 2

1

Bit of a tangent, but by far the quickest way of getting going with IronPython is to download a copy of SharpDevelop and use a project template to start you off. You'll sidestep a lot of these initial environment issues.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks for reply. I'll try it. But what's wrong with Visual Studio?
I installed it. It was a nice IDE. But after adding references still doesn't support Python object. I don't know! I think there is something wrong with my sources But I exactly got the last version of IronPython from codeplex.
0

Did you actually add the assemblies to your project?

1 Comment

Yup. I even searched into the Object Browser but nothing found.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.