Hi, SeeGull! It seems that Django 1.5 is incompatible with your version of Jython (or with Jython at all, I don't know).
I've looked at 'django/utils/version.py' (you can see from traceback - exception raised in this file): https://github.com/django/django/blob/master/django/utils/version.py So, the issue is in the line 1: from __future__ import unicode_literals That means Jython 2.5.4rc1 doesn't have system '__future__' module. May I ask, why are you using Jython? :) Alex /// On Sat, Mar 16, 2013 at 8:11 PM, SeeGull <[email protected]> wrote: > Hello, > > I am trying to install Django with Jython. > > System - Windows 7, 64bit > Jython - 2.5.4rc1 (installed succesfully) > Django - 1.5 (not yet installed) > > When I am in the unpacked Django-1.5 directory and try to run the command > line instruction 'python setup.py install' I get the error message: > > ' <http://python.6.n6.nabble.com/file/n5010361/install_error_20130316.jpg> > > I can imagine that it is something very simple that only an ABSOLUTE NEWBIE > could ever get wrong. So we all know what I am :) > > Many thanks for any help in taking my first wobbly steps. > > > > -- > View this message in context: > http://python.6.n6.nabble.com/Django-on-Jython-Newbie-installation-difficulties-tp5010361.html > Sent from the django-users mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

