Jeremy Dunck wrote:
> On 7/31/06, Eugene Lazutkin <[EMAIL PROTECTED]> wrote:
>> I tried it before --- IronPython didn't support Python standard library.
> 
> Hmm, I haven't tested yet, but this email thread suggests that most of
> the standard library should work as-is:
> 
> http://www.mail-archive.com/users@lists.ironpython.com/msg01687.html
> 
> ...Of course, I'll be fairly reluctant to build much on IronPython
> without some confidence in its library support.

I modified IronPython's syte.py like that (suggested by Jim Hugunin in 
one of his posts):

import sys
sys.path.append('c://Python24//Lib')

and tried simple tests, which failed before. They work now! Of course we 
are still to see, if Django works under IronPython, but the progress is 
amazing! If Django does work under IP, we have to figure out how to run 
it under IIS and write a native database module for MS SQL 2005 and OLE 
DB/ODBC providers.

Thanks,

Eugene


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to