There are some modules missing in ironpython. signal is one of them.
Based on what other users have told me...
The include of the missing modules can be commented out and web2py
will still work except: wsgiserver and database connections.

This means you have to use web2py with fcgi since you cannot use its
standalone web server. The database drivers do not work with
IronPython.

There must be a solution at least for the second problem since these
people claim to have solved it:

    http://ironpythonstudio.codeplex.com/Thread/View.aspx?ThreadId=19056

I have not tried any of this myself. Keep us updated about your
progress.

Massimo

On Aug 7, 11:46 pm, Ads <invisi...@rice.edu> wrote:
> Has anybody here tried using IronPython with Web2py?  How did you get
> it to work?  When I try it, it gives the following error:
>
> Traceback (most recent call last):
>   File "web2py.py", line 15, in web2py.py
>   File "C:\web2py\gluon\widget.py", line 18, in C:\web2py\gluon
> \widget.py
> ImportError: No module named signal
>
> Thanks,
>
> ads
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to