Thanks for the info.
Miha
2008/12/6 Jeff Hardy <[EMAIL PROTECTED]>
> Hi Miha,
> As Dan said, there are issues with str == unicode (although there is a
> [...]
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/us
Jeff Hardy wrote:
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
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 'b
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 m
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 wou
Django depends on unicode and str being two different creatures, so I
imagine not so well on IronPython. However once we have bytes objects
and Django is updated for python 3, then I think the story will
improve.
-Dan
On Fri, Dec 5, 2008 at 3:11 AM, Miha Valencic <[EMAIL PROTECTED]> wrote:
> Jeff
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:
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.
What is NWSGI?
NWSGI is an ASP.NET HttpHandler that implements