Hi Jimmy/Dino,
I wasnt supposed to open the files you gave me from Visual Studio 2008
Professional SP1 (but from IronPython Studio) but I opened from Visual Studio
2008 Professional SP1 to see if I canfigure out why I'm having some modules
from py compiled assemblies being unable to be imported anywhere.
I added a funciones.dll file to the bin folder of the album example. I added
"import funciones" to the album.aspx.py
codefile and I got this. "unhanddled exception of type
'System.StackOverflowException' in mscorlib.dll" and the disassembler
stops in "System.Reflection.CustomAttribute.CreateCaObject" 00000040
mov edx,eax
I simplified the code of "funciones.dll" to this to see if there was a problem
with it, and Im still getting it.
import clr
clr.AddReference('System.Data')
from System.Data import *
clr.AddReference('System')
import System
clr.AddReference('System.Web')
import System.Web
def escribircontroles(objeto):
pass
Now I've read somewhere that you guys arent focused in enabling web
technologies but focused in IronPython itself,
but just in case you happen to know what this could be about.
Greetings, Pablo
From: [email protected]
To: [email protected]; [email protected]
Date: Thu, 25 Feb 2010 19:32:10 +0000
Subject: Re: [IronPython] clr.CompileModules(.) "couldn't find member
CompileModules"
Pablo, to write ASP.NET apps in IronPython, download this:
http://ironpython.net/download/aspnet-201001 It should be open-able from within
IronPython Studio, since the binaries are in the project. Note: the IronPython
binaries are 2.6 RTM; if you want to use 2.6.1 RC, just try replacing them in
the above download. It will probably require some tweaking of version numbers
in the web.config, but there weren’t any breaking changes in the hosting APIs
between versions, so the Microsoft.Web.Scripting.dll binary should still be
good. Dino, that mail was about open-sourcing the ASP.NET integration, which
has seen very little progress. But, it’s something I’ve resumed pushing on, as
I’ve taken over Harry’s lawyer-interaction roles. ~js From: Dino Viehland
Sent: Thursday, February 25, 2010 11:09 AM
To: Discussion of IronPython; Jimmy Schementi
Subject: RE: [IronPython] clr.CompileModules(.) "couldn't find member
CompileModules" Oh, sorry, I was apparently confused. It looks like we still
need to update the binaries for ASP.NET (see
http://lists.ironpython.com/pipermail/users-ironpython.com/2010-February/012149.html).
Jimmy, any idea on how this is progressing? From:
[email protected] [mailto:[email protected]]
On Behalf Of Pablo Dalmazzo
Sent: Thursday, February 25, 2010 10:53 AM
To: IronPython Mailing list
Subject: Re: [IronPython] clr.CompileModules(.) "couldn't find member
CompileModules" Thank you Dino,
did you mean IronPython Studio or Visual Studio? I'm using Visual Studio.
I'm not sure, but I thought it wasnt possible to create an asp.net website in
IronPython Studio (I think I've read that) and I've seen only Window
applications and WPF projects in IronPython Studio
From: [email protected]
To: [email protected]
Date: Thu, 25 Feb 2010 18:03:35 +0000
Subject: Re: [IronPython] clr.CompileModules(.) "couldn't find member
CompileModules"I think this is just because it’s an old version of IronPython –
that’s the same issue with your later issue as well. It might be possible to
replace the older binaries w/ newer 2.6 binaries but my guess is that it’d
break things in IronPython Studio it’s self. This is one of the mail problems
w/ IronPython Studio: it’s not kept up to date L From:
[email protected] [mailto:[email protected]]
On Behalf Of Pablo Dalmazzo
Sent: Thursday, February 25, 2010 7:40 AM
To: IronPython Mailing list
Subject: [IronPython] clr.CompileModules(…) “couldn’t find member
CompileModules” Hi there,
Im getting the following error
Visual Studio 2008 Professional SP1 installed, asp.net ironpython websiteimport
clr #ok
clr.AddReference('System') #okbutclr.CompileModules(...)"couldn't find member
CompileModules"
Anyone got this once?Windows Live Hotmail es más seguro con el control de
suplantación de identidad. Más info aquí Internet Explorer 8 es más seguro
-¡Probalo gratis! Hacé clic aquí
_________________________________________________________________
Ahora chateá desde la playa con tu celu. Registrate gratis a SMS Messenger.
http://www.somosmessengersiempre.com/?ocid=TWLH_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com