I'm a new coming. I know MS has showed the django on IronPython. But I failed to do this. Anyone can help?
Django 1.0.2 IronPython 2.0 OS: winXP sp3 command: ipy.exe setup.py install Failed and show "File c:\documents does not exist." I copy from cpython folder directly, and try Template. IronPython console: >>> from django.template import Template >>> t = Template("My name is {{my_name}}.") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "E:\Development\IronPython 2.0\lib\site-packages\django\template \__init__ .py", line 164, in __init__ File "E:\Development\IronPython 2.0\lib\site-packages\django\conf \__init__.py" , line 28, in __getattr__ File "E:\Development\IronPython 2.0\lib\site-packages\django\conf \__init__.py" , line 57, in _import_settings ImportError: Settings cannot be imported, because environment variable DJANGO_SE TTINGS_MODULE is undefined. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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 -~----------~----~----~----~------~----~------~--~---