We embed ironpython in our app sob that scripts can be executed in the context of our application. I use Python.CreateEngine() and ScriptScope.Execute() to execute python scripts.
There have been some questions and answers here on stackoverflow, but no one asked if it\'s a good solution to run django on 开发者_高级运维IIS.
This is in my opinion an abstract problem and I hope I can explain it well. I happened to find the same kind of problem in a completely different project and now I have it again and I would like to av
In 2.6.4, is there a reason I can\'t do: \"my string\".replace(u\'\\u2开发者_Go百科00E\', \'\') without getting an index exception?This looks like a bug in IronPython but I\'m not sure...It is a bu
I\'m using ironruby to execute a script that loads an assembly with a dependency that needs to be redirected from v2.0.0.0 to v3.5.0.0 in the app.config like this:
Given: def test_to_check_exception_is_thrown(self): # Arrange c = Class() # Act and Assert self.assertRaises(NameError, c.do_something)
I have a class I\'ve written in C#. 开发者_如何学PythonThe class has two methods, the signatures being:
I\'m using the same test code in cPython and IronPython, in cPython it works but I\'m getting \"name all is not defined\" in IronPython in asp.net . I wonder if I have to import some module to use it
We\'re aiming to implement a scripting mechanism, using DLR\'s Microsoft.Scripting and hosting as开发者_JAVA技巧sembly.
When interacting with F# libraries from IronPython it seems that Python function object are not automatically converted to the standard F# FastFunc function object when passed to a F开发者_如何学JAVA#