I\'d like to use object database to persist some classes created in IronPython. The database is db4o for .NET 2.0 (downloaded today). The code looks like this:
From an ipy console I can import ironclad import numpy with no problem. However when I try the same imports with an embedded interpreter the numpy import fails.My Python engines is set up like thi
I\'m using IronPython 2.6 and a WebbrowserControl on a form called TridentForm. This is used for displaying reports, etc.
I\'ve found this technique to be interesting to short some coding time. Not having to re-create database related statements along with a form binder for webcontrols is indeed interesting in my opinion
I have seen documentation on the IronPython mailing list that describes how to write an extension module in c#.I\'ve been able to follow the documentation and it 开发者_开发技巧works fine.However, doe
Imagine I have a .Net application that supports user extensions in the form of Python modules by embedding IronPython. Using Ironclad, I can allow users to make use of the N开发者_如何学编程umPy and S
I have a class in .NET (C#): public class MyHelper { public object exec( st开发者_Python百科ring script, params object[] arguments ) {
do you know/have you tried any code protection system which works开发者_Go百科 with IronPython assemblies? Can you list it/them here?since iron python compiles to IL I would imagine you can use the sa
I have a file like this compiled into a dll file and placed in the bin folder 1 Imports System Imports System.Web
I\'m trying to translate the following C# example, which constructs an IronPython module, to F#. using System;