On Sat, Dec 6, 2008 at 10:20 AM, Michael Foord
<[EMAIL PROTECTED]> wrote:
> 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).

While that's great to hear, there's a long way to go before that
becomes the biggest issue. There are still some annoying IPy bugs that
break more fundamental things (i.e. MultiValueDict is currently
broken). I haven't even run into the str/unicode problem yet, but it's
certainly good to keep in mind.

- Jeff


>
> 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
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to