Jeff Hardy wrote:
Hi Miha,
As Dan said, there are issues with str == unicode (although there is a
Jython branch of Django that I should look into). There are also some
other issues that seem to shift - trying to hit two moving targets
makes tracking them difficult. For very simple stuff, Django might
work, but I wouldn't expect it to do too much.

The Django guys are very interested in getting it to work on IronPython and would be open to discussion as to ways round problem. For example - how to resolve the str / unicode issue (perhaps patching in a compatible 'bytes' like implementation rather than fixing on str as a way of deciding to serve binary data).

All the best,

Michael Foord

It is on my list of things to get working (along with Trac, which will
be much harder), but it's that pesky time thing, as always :).

- Jeff

On Fri, Dec 5, 2008 at 1:11 AM, Miha Valencic <[EMAIL PROTECTED]> wrote:
Jeff, do you have any info on whether Django works with this setup?

Thanks,
 Miha.

2008/12/5 Jeff Hardy <[EMAIL PROTECTED]>
NWSGI 0.7 is now available. This version adds support for ASP.NET
sessions, fixes Unicode handling, and adds support for wildcard
mappings. It is available at

http://www.codeplex.com/NWSGI/Release/ProjectReleases.aspx?ReleaseId=20189.

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog


_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to