Hello, I am using python, mod-wsgi, django, apache combination. My views.py script calls a set of python scripts. I also want to call some jython scripts. For this I use cmd " jython script-name" . This works great on django's development server. But on apache, with wsgi, the views.py simply does not run that "cmd jython.." part. Can anyone help me here? I added path to jython and path to java into wsgi_handler.py script. But nothing helps. Any suggestions/help is much appreciated. Thank you -Rohini
-- 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.