Re: [Ironpython-users] Cannot import numpy from IronPython in VS

2011-08-24 Thread Dino Viehland
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

[Ironpython-users] Cannot import numpy from IronPython in VS

2011-08-24 Thread Felix Zumstein
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

Re: [Ironpython-users] ValueError in IronPython 2.7.1 beta

2011-08-24 Thread Dino Viehland
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

[Ironpython-users] ValueError in IronPython 2.7.1 beta

2011-08-24 Thread Markus Schaber
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):

[Ironpython-users] Did somebody has some tips and tricks for building a facebook-app in ASP.NET with iron-python

2011-08-24 Thread Bernd Viehmann
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

[Ironpython-users] ASP.NET base class question: Inherit from ScriptPage?

2011-08-24 Thread Bernd Viehmann
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

[Ironpython-users] IronPython, Daily Digest 8/23/2011

2011-08-24 Thread no_reply
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