I have a question, Where can I find good examples or guides or can anyone give me a good example of how to get mono and ironpython working together on a MAC? I would like to do some meaningful develop
I used to use CPython + PIL + bottle to serve image files on my web site. I used the code below to serve the image data from the PIL memory directly.
I am running a .NET 3.5 C# project in Visual Studio 2008. In the project I am hosting an IronPython script that imports modules that I have compiled to .NET dlls with pyc. The version of IronPython is
Is it possible to run an IronPython interpreter inside my .Net application, but inside a sandbox?I want to 开发者_StackOverflow中文版deny the IP script access to the filesystem while still allowing th
I\'ve looked at the other custom control creation questions on here, as well as other online resources, but I\'m lost as to how to create a custom control that doesn\'t require a C# code-behind file.
Possibly really simple question, but I\'m new to IronPython.I would like use IronPython to crawl an entity I pass to it, but when I try to use an开发者_JAVA技巧y extension methods, it, as sort of expe
My current goal is to query a list on our SharePoint 2007 server from client machines (i.e., remotely), from a program, pref开发者_C百科erably written in IronPython (CPython is also fine). Can someone
I am looking to build a set of dynamic 开发者_StackOverflow社区scripts, stored in a table, that will act as business rules against my EF model.In the past, I was inclined to use IronRuby or IronPython
I can see Console Application , WPF, WinForm, something else But there is no Library, I need just a library .
I have looked at the IronPython website and done various Google searches as well as searching answers on SO and am still not sure about this.