Thanks for the response. 1. I have now isolated the problem with the install. It is indeed a version compatibility mismatch. Django 1.5* does not support Jython 2.5*.
Django 1.5* requires the unstable development version Jython 2.7* Django 1.4* is compatible with the stable old version Jython 2.5* I have now chosen the Django 1.4* route. I can up-version later as soon as a stable Jython 2.7* is released. 2. Why Jython at all? I am experimenting. I have a web site concept that points strongly in the direction of a Python based solution. However, the ability to easily extend the functionality with Java code embedding and JVM execution is quite interesting too. I am a lazy programmer and want to maximise the leverage I can get with my minimal code. Would you suggest a different approach? -- View this message in context: http://python.6.n6.nabble.com/Django-on-Jython-Newbie-installation-difficulties-tp5010361p5010374.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.

