Hi, I work to a project on my laptop in with I installed django-jython under Archlinux, and all work correctly. After some problem with my project, i try to install django-jython under one other pc in with runs OpenSuse.
I installed jython from the installer in the jython web-site. I installed and configured postgresql. I installed django with easy_install django. I test django with python 2.7 and all work correctly (I make a new project and run "python manage.py runserver", and see the welcome page) I installed django-jython with easy_install. I update the $JYTHONPATH in the .bashrc with the path of django and django-jython. Running jython import django import doj All is ok. But, doing the same test that in python: Create a empty project and run "jython manage.py runserver", i don't see the welcome page, the server seem don't receive any request; and so don't respond, looking with wireshark i see that did not start any request. Obviously the same problem are with my real project. Where is the error? Apparently the configuration is identical to the other pc. Jython 2.5.2 (Release_2_5_2:7206, Mar 2 2011, 23:12:06) OpenJDK Runtime Environment (IcedTea6 1.9.7) (suse-1.2.1-i386) OpenJDK Server VM (build 19.0-b09, mixed mode) PS. I'm sorry for my bad English i hope your understand! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

