Django on IronPython

女生的网名这么多〃 提交于 2019-12-17 21:39:40

问题


I am interested in getting an install of Django running on IronPython, has anyone had any success getting this running with some level of success?

If so can you please tell of your experiences, performance, suggest some tips, resources and gotchas?


回答1:


Besides the Jeff Hardy blog post on Django + IronPython mentioned by Tony Meyer, it might be useful to also read Jeff's two other posts in the same series on his struggles with IronPython, easy_install and zlib. The first is Solving the zlib problem which discusses the absence of zlib for IronPython; hence, no easyinstall. Jeff reimplemented zlib based on ComponentAce's zlib.net. And finally, in easy_install on IronPython, Part Deux Jeff discusses some final tweaks that are needed before easy_install can be used with IronPython.




回答2:


Here's a database provider that runs on .NET & that works with Django




回答3:


This was demoed at last year's PyCon (the details are also available). More recently, Jeff Hardy has blogged about this, including suggestions.




回答4:


I don't think Django is yet working on IronPython, but I'm not saying it cannot be done.

Django-ironpython project is a work currently underway to run Django on IronPython. The project has reported 65.7% test pass rate with sqlite on 2nd of May 2010.



来源:https://stackoverflow.com/questions/425990/django-on-ironpython

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!