Re: [IronPython] ASP.Net Dynamic Language Support Download Location?

2009-05-03 Thread Dody Gunawinata
FYI, ASP.Net Dynamic Language release in September 2008 does not work with .Net 3.5 libraries. On Sun, May 3, 2009 at 12:53 AM, Adam Brand ad...@silverkeytech.com wrote: Sorry if this sounds like a newbie question, but where can I get the September 2008 ASP.Net Dynamic Language Support files?

Re: [IronPython] ASP.Net Dynamic Language Support Download Location?

2009-05-03 Thread Jimmy Schementi
The binaries are in the ASP.NET WebForms IronPython Sample. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Adam Brand Sent: Saturday, May 02, 2009 2:53 PM To: 'Discussion of IronPython' Subject: [IronPython] ASP.Net Dynamic Language Support

Re: [IronPython] Adding GUI to multi threaded server

2009-05-03 Thread Michael Foord
Hello, I'm afraid the question is a bit vague to be able to answer. Is your problem with the GUI, the threading or the server part? If you want help writing a GUI with windows forms you may find some of the articles here helpful: http://voidspace.org.uk/ironpython/ Michael --

Re: [IronPython] .exe is not pre-compiled

2009-05-03 Thread Curt Hagenlocher
On Fri, May 1, 2009 at 9:12 PM, Vadim Khaskel vkhas...@hotmail.com wrote: I'm trying to import C-python module and getting the following ecxeption: C:\Documents and Settings\vkhask\My Documents\IronPython Studio\pygnu\pygnu\bin\Debug\pygnu.exe is not pre-compiled module; try again after

Re: [IronPython] Pure Python zipimport

2009-05-03 Thread Jeff Hardy
Thanks Michael! - Jeff On Sat, May 2, 2009 at 12:43 PM, Michael Foord fuzzy...@voidspace.org.uk wrote: Hello Jeff, There is one here: http://code.google.com/p/googleappengine/issues/detail?id=161#c27 It implements 'most' of zipimport - but doesn't do some of the caching needed by

[IronPython] Assertion failure in IPy 2.6 while running Django

2009-05-03 Thread Jeff Hardy
The assertion is on line 91 of PythonFunction.Generated.cs (as of r49699, anyway): mi != null. Why mi is null I have no idea. The smallest repro I've found still requires Django (any recent checkout should do): from django.db import models message = models.TextField('message') If I had the

Re: [IronPython] Users Digest, Vol 58, Issue 3

2009-05-03 Thread Vadim Khaskel
-- next part -- An HTML attachment was scrubbed... URL: http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20090503/6877ff78/attachment-0001.htm -- Message: 3 Date: Sun, 3 May 2009 10:23:21 +0300 From: Dody Gunawinata empirebuil

Re: [IronPython] Users Digest, Vol 58, Issue 3

2009-05-03 Thread Michael Foord
=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009 -- next part -- An HTML attachment was scrubbed... URL: http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20090503/6877ff78/attachment-0001.htm -- Message: 3 Date: Sun, 3 May 2009 10:23:21 +0300

Re: [IronPython] Assertion failure in IPy 2.6 while running Django

2009-05-03 Thread Dino Viehland
Do you happen to know what baseName is when the assertion is hit? -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Jeff Hardy Sent: Sunday, May 03, 2009 1:19 PM To: Discussion of IronPython Subject: [IronPython]

[IronPython] XBAP Partial Trust Failure

2009-05-03 Thread nixon
Hi, dear all, When writing a WPF browser application (XBAP) and trying to create a scriptEngine using Python.CreateEngine(), I get the following error: Type 'IronPython.Runtime.PythonContext' doesn't provide a suitable public constructor or its implementation is faulty: Request for the