Has anyone had any luck running Django on IronPython ? I get the following error:
File "C:\vcs\django\django\utils\functional.py", line 180, in __prepare_class__ AssertionError: Cannot call lazy() with both str and unicode return types. I tried with the release version of django (1.2) as well as trunk (r13294) with the same results. The version of IronPython I'm using is: IronPython 2.6.1 (2.6.10920.0) on .NET 2.0.50727.4927 This seems to have been reported to the IronPython team here: http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=27007 but the response was that it is a deficiency within Django. Comments ? Suggestions ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.