It sounds like you're missing IronPython.Modules.dll - this contains the signal
module which is implemented in C#. If just referencing it and making sure it
gets copied next to IronPython.dll doesn't work then you'll need to call
scriptRuntime.LoadAssembly(typeof(CTypes).Assembly); to get the m
Hi all,
I installed Numpy/SciPy from http://www.enthought.com/repo/.iron/ and I am
running PTVS (1.0 Release Candidate 2), IronPython 2.7 and finally VS2010
Premium.
Now, I can import numpy easily on ipy.exe and even in the interactive window
in Visual Studio, but I can't make it work embedded in
Repros for me too - The exception is coming from here:
An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value,
Boolean add)
at
Microsoft.Scripting
Hi,
I still have the problem with the ValueError in IronPython 2.7.1 beta.
I now managed to cut down the test case to a single file with just a few lines,
and I can also reproduce it when executing it in the ipy.exe interactive
interpreter:
-- snip --
import os, sys
def trace_handler(a,b,c):
Hello again.
I have to create a simple facebook-app and want to use ironpython for it.
Are there any suggestions what modules or libs would be the best way of
doing that in ipy. I have googled to get some answers before but i am
confused by the big amount of solutions.
There are solutions made
Hello,
is it possible to create an extended version of ScriptPage?
In C# I normally extend System.Web.UI.Page to put my helper-tools on the
page. As far as I know ScriptPage is the root-class for IronPython Webforms.
I would like to do the same with my ipy-ASP.NET application. So my
question
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] wpf module in Silverlight
--
ISSUES
1. [New comment] wpf module in Silverlight
http://ironpython.codeplex.com/workitem/31204
Us