As mentioned in this post, NWSGI 1.0 just came out: http://groups.google.com/group/web2py/browse_frm/thread/49e436c68403918f/ebbea935ca344704?lnk=gst&q=ironpython#ebbea935ca344704
There is also a compatibility layer to allow IronPython to import and used compile CPython extensions called IronClad: http://code.google.com/p/ironclad/wiki/FrontPage -Nathan On Jan 23, 2:33 am, mdipierro <[email protected]> wrote: > wow. > > ironpythonhas no csv? > > That is the only module that I would miss. The error you get may due > to lack of signal. This means the only weak point is the cherrypy wsgi > server. What are the alternatives withIronPython? > > Massimo > > On Jan 23, 12:38 am, "mr.freeze" <[email protected]> wrote: > > > I got web2py running onIronPython2.0 by bypassing signal, logging, > > webbrowser and csv modules. No db support either. The admin site > > seems to work okay. A little sluggish and exhibits strange behavior > > when editing files. Also it gave me this after a while: > > > Exception in thread CP WSGIServer Thread-5: > > Traceback (most recent call last): > > File "c:\Program Files\IronPython2.0\Lib\threading.py", line 486, > > in _Thread_ > > _bootstrap_inner > > self.run() > > File "C:\web2py\gluon\wsgiserver.py", line 786, in communicate > > req.simple_response("500 Internal Server Error", format_exc()) > > File "C:\web2py\gluon\wsgiserver.py", line 535, in simple_response > > self.sendall("".join(buf)) > > error: (10053, 'An established connection was aborted by the software > > in your ho > > st machine') > > > Personally, I can't believe it even started up! > > > On Jan 9, 9:11 pm, mdipierro <[email protected]> wrote: > > > > It is worth a try. I can help with debugging but have no time for > > > testing. Who wants to help? > > > > Massimo > > > > On Jan 9, 5:58 pm, "Phyo Arkar" <[email protected]> wrote: > > > > > Try to make web2py work on PyPy and we can port to alllll Runtime :) > > > > > On Fri, Jan 9, 2009 at 11:44 PM, mdipierro <[email protected]> > > > > wrote: > > > > > > No but there is no reason why not, just limited manpower. > > > > > if you are interested in working on it you will have all our support. > > > > > > Massimo > > > > > > On Jan 9, 11:27 am, mikech <[email protected]> wrote: > > > > > > I was just wondering is there any effort going on to see if web2py > > > > > > will work withIronPython? > > > > > > > Mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

